Html Css Color HEX #BBCF41 Las Palmas

📋 copy color: '#BBCF41'

red 187 ◦ green 207 ◦ blue 65

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

Shades of Las Palmas #BBCF41

Tints of Las Palmas #BBCF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.16%

R = 40.74%
G = 45.1%
B = 14.16%

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

#BBCF41 (or 0xBBCF41) is known color: Las Palmas. HEX triplet: BB, CF and 41. RGB value is (187,207,65). Sum of RGB (Red+Green+Blue) = 187+207+65=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF41 is #4430BE. Grayscale: #B9B9B9. Windows color (decimal): -4468927 or 4313019. OLE color: 4313019.

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

Color convert

RGB 187 207 65 -
CMYK 0.10 0 0.69 0.19
HSL 68.45º 0.6% 0.53% -
HSV(B) 68.45º 0.69% 0.81% -
XYZ 43.76 55.57 13.42 -
YUV 184.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 187 207 65 0.10 0 0.69 0.19 68.45 0.6 0.53
Hex BB CF 41 A 0 45 13 44 3C 35
Octal 273 317 101 12 0 105 23 104 74 65
Binary 10111011 11001111 1000001 1010 0 1000101 10011 1000100 111100 110101

Color Harmonies of #BBCF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF41

Black with #BBCF41

Text Example


Text Example

White with #BBCF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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