Html Css Color HEX #B9CF3F Las Palmas

📋 copy color: '#B9CF3F'

red 185 ◦ green 207 ◦ blue 63

#B9CF3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #B9CF3F

Tints of Las Palmas #B9CF3F

RGB

 RED value IS 185 (72.66% from 255) = 40.66%

 GREEN value IS 207 (81.25% from 255) = 45.49%

 BLUE value IS 63 (25% from 255) = 13.85%

R = 40.66%
G = 45.49%
B = 13.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#B9CF3F (or 0xB9CF3F) is known color: Las Palmas. HEX triplet: B9, CF and 3F. RGB value is (185,207,63). Sum of RGB (Red+Green+Blue) = 185+207+63=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF3F is #4630C0. Grayscale: #B8B8B8. Windows color (decimal): -4600001 or 4181945. OLE color: 4181945.

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

Color convert

RGB 185 207 63 -
CMYK 0.11 0 0.70 0.19
HSL 69.17º 0.6% 0.53% -
HSV(B) 69.17º 0.7% 0.81% -
XYZ 43.22 55.3 13.1 -
YUV 184.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 185 207 63 0.11 0 0.70 0.19 69.17 0.6 0.53
Hex B9 CF 3F B 0 46 13 45 3C 35
Octal 271 317 77 13 0 106 23 105 74 65
Binary 10111001 11001111 111111 1011 0 1000110 10011 1000101 111100 110101

Color Harmonies of #B9CF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CF3F

Black with #B9CF3F

Text Example


Text Example

White with #B9CF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CF3F; }

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

 H1.HeaderClassName
 {
   color: #B9CF3F;
 }
 .AnyTagClassName
 {
   color: #B9CF3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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