Html Css Color HEX #BBCF40 Las Palmas

📋 copy color: '#BBCF40'

red 187 ◦ green 207 ◦ blue 64

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

Shades of Las Palmas #BBCF40

Tints of Las Palmas #BBCF40

RGB

 RED value IS 187 (73.44% from 255) = 40.83%

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

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

R = 40.83%
G = 45.2%
B = 13.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#BBCF40 (or 0xBBCF40) is known color: Las Palmas. HEX triplet: BB, CF and 40. RGB value is (187,207,64). Sum of RGB (Red+Green+Blue) = 187+207+64=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF40 is #4430BF. Grayscale: #B9B9B9. Windows color (decimal): -4468928 or 4247483. OLE color: 4247483.

HSL color Cylindrical-coordinate representation of color #BBCF40: hue angle of 68.39º 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 #BBCF40 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 64 -
CMYK 0.10 0 0.69 0.19
HSL 68.39º 0.6% 0.53% -
HSV(B) 68.39º 0.69% 0.81% -
XYZ 43.73 55.56 13.27 -
YUV 184.72 59.87 129.63 -
System Red Green Blue C M Y K H S L
Decimal 187 207 64 0.10 0 0.69 0.19 68.39 0.6 0.53
Hex BB CF 40 A 0 45 13 44 3C 35
Octal 273 317 100 12 0 105 23 104 74 65
Binary 10111011 11001111 1000000 1010 0 1000101 10011 1000100 111100 110101

Color Harmonies of #BBCF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF40

Black with #BBCF40

Text Example


Text Example

White with #BBCF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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