#B9CF3D

Color #B9CF3D Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #B9CF3D

Tints of Las Palmas #B9CF3D

Color information

#B9CF3D (or 0xB9CF3D) is unknown color: approx Las Palmas. HEX triplet: B9, CF and 3D. RGB value is (185,207,61). Sum of RGB (Red+Green+Blue) = 185+207+61=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF3D is #4630C2. Grayscale: #B8B8B8. Windows color (decimal): -4600003 or 4050873. OLE color: 4050873.

HSL color Cylindrical-coordinate representation of color #B9CF3D: hue angle of 69.04º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9CF3D is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB18520761-
CMYK0.1100.710.19
HSL69.04º60.33%52.55%-
HSV(B)69.04º70.53%81.18%-
XYZ43.1655.2812.81-
YUV183.7858.71128.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 207 (81.25% from 255) = 45.70%
BLUE value IS 61 (24.22% from 255) = 13.47%
R=40.84%
G=45.70%
B=13.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185207610.1100.710.1969.0460.3352.55
HexB9CF3DB04713453c35
Octal27131775130107231057465
Binary1011100111001111111101101101000111100111000101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CF3D; }

 p { color: rgb(185,207,61); }

 H1.HeaderClassName
 {
   color: #B9CF3D;
 }
 .AnyTagClassName
 {
   color: #B9CF3D;
 }
</style>
background-color css

<style>
 a { background-color: #B9CF3D; }

 a { background-color: rgb(185,207,61); }

 div.DivClassName
 {
   background-color: #B9CF3D;
 }
 .BgClassName
 {
   background-color: #B9CF3D;
 }
</style>
border-color css

<style>
 span { border-color: #B9CF3D; }

 span { border-color: rgb(185,207,61); }

 td.TdClassName
 {
   border-color: #B9CF3D;
 }
 .TagClassName
 {
   border-color: #B9CF3D;
 }
</style>