Html Css Color HEX #B9CF40 Las Palmas

📋 copy color: '#B9CF40'

red 185 ◦ green 207 ◦ blue 64

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

Shades of Las Palmas #B9CF40

Tints of Las Palmas #B9CF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.04%

R = 40.57%
G = 45.39%
B = 14.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#B9CF40 (or 0xB9CF40) is known color: Las Palmas. HEX triplet: B9, CF and 40. RGB value is (185,207,64). Sum of RGB (Red+Green+Blue) = 185+207+64=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF40 is #4630BF. Grayscale: #B8B8B8. Windows color (decimal): -4600000 or 4247481. OLE color: 4247481.

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

Color convert

RGB 185 207 64 -
CMYK 0.11 0 0.69 0.19
HSL 69.23º 0.6% 0.53% -
HSV(B) 69.23º 0.69% 0.81% -
XYZ 43.25 55.31 13.25 -
YUV 184.12 60.21 128.63 -
System Red Green Blue C M Y K H S L
Decimal 185 207 64 0.11 0 0.69 0.19 69.23 0.6 0.53
Hex B9 CF 40 B 0 45 13 45 3C 35
Octal 271 317 100 13 0 105 23 105 74 65
Binary 10111001 11001111 1000000 1011 0 1000101 10011 1000101 111100 110101

Color Harmonies of #B9CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CF40

Black with #B9CF40

Text Example


Text Example

White with #B9CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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