Html Css Color HEX #BBD040 Las Palmas

📋 copy color: '#BBD040'

red 187 ◦ green 208 ◦ blue 64

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

Shades of Las Palmas #BBD040

Tints of Las Palmas #BBD040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.32%

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

R = 40.74%
G = 45.32%
B = 13.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#BBD040 (or 0xBBD040) is known color: Las Palmas. HEX triplet: BB, D0 and 40. RGB value is (187,208,64). Sum of RGB (Red+Green+Blue) = 187+208+64=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD040 is #442FBF. Grayscale: #B9B9B9. Windows color (decimal): -4468672 or 4247739. OLE color: 4247739.

HSL color Cylindrical-coordinate representation of color #BBD040: hue angle of 68.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBD040 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 64 -
CMYK 0.10 0 0.69 0.18
HSL 68.75º 0.61% 0.53% -
HSV(B) 68.75º 0.69% 0.82% -
XYZ 43.97 56.05 13.35 -
YUV 185.31 59.54 129.21 -
System Red Green Blue C M Y K H S L
Decimal 187 208 64 0.10 0 0.69 0.18 68.75 0.61 0.53
Hex BB D0 40 A 0 45 12 45 3D 35
Octal 273 320 100 12 0 105 22 105 75 65
Binary 10111011 11010000 1000000 1010 0 1000101 10010 1000101 111101 110101

Color Harmonies of #BBD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD040

Black with #BBD040

Text Example


Text Example

White with #BBD040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD040; }

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

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

background-color css

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

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

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

border-color css

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

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

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