Html Css Color HEX #BBD340 Las Palmas

📋 copy color: '#BBD340'

red 187 ◦ green 211 ◦ blue 64

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

Shades of Las Palmas #BBD340

Tints of Las Palmas #BBD340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.67%

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

R = 40.48%
G = 45.67%
B = 13.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#BBD340 (or 0xBBD340) is known color: Las Palmas. HEX triplet: BB, D3 and 40. RGB value is (187,211,64). Sum of RGB (Red+Green+Blue) = 187+211+64=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD340 is #442CBF. Grayscale: #BBBBBB. Windows color (decimal): -4467904 or 4248507. OLE color: 4248507.

HSL color Cylindrical-coordinate representation of color #BBD340: hue angle of 69.8º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBD340 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 64 -
CMYK 0.11 0 0.70 0.17
HSL 69.8º 0.63% 0.54% -
HSV(B) 69.8º 0.7% 0.83% -
XYZ 44.71 57.52 13.6 -
YUV 187.07 58.55 127.95 -
System Red Green Blue C M Y K H S L
Decimal 187 211 64 0.11 0 0.70 0.17 69.8 0.63 0.54
Hex BB D3 40 B 0 46 11 46 3F 36
Octal 273 323 100 13 0 106 21 106 77 66
Binary 10111011 11010011 1000000 1011 0 1000110 10001 1000110 111111 110110

Color Harmonies of #BBD340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD340

Black with #BBD340

Text Example


Text Example

White with #BBD340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD340; }

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

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

background-color css

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

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

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

border-color css

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

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

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