Html Css Color HEX #BBD940 Las Palmas

📋 copy color: '#BBD940'

red 187 ◦ green 217 ◦ blue 64

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

Shades of Las Palmas #BBD940

Tints of Las Palmas #BBD940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.37%

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

R = 39.96%
G = 46.37%
B = 13.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#BBD940 (or 0xBBD940) is known color: Las Palmas. HEX triplet: BB, D9 and 40. RGB value is (187,217,64). Sum of RGB (Red+Green+Blue) = 187+217+64=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD940 is #4426BF. Grayscale: #BFBFBF. Windows color (decimal): -4466368 or 4250043. OLE color: 4250043.

HSL color Cylindrical-coordinate representation of color #BBD940: hue angle of 71.76º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBD940 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 64 -
CMYK 0.14 0 0.71 0.15
HSL 71.76º 0.67% 0.55% -
HSV(B) 71.76º 0.71% 0.85% -
XYZ 46.23 60.56 14.1 -
YUV 190.59 56.56 125.44 -
System Red Green Blue C M Y K H S L
Decimal 187 217 64 0.14 0 0.71 0.15 71.76 0.67 0.55
Hex BB D9 40 E 0 47 F 48 43 37
Octal 273 331 100 16 0 107 17 110 103 67
Binary 10111011 11011001 1000000 1110 0 1000111 1111 1001000 1000011 110111

Color Harmonies of #BBD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD940

Black with #BBD940

Text Example


Text Example

White with #BBD940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD940; }

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

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

background-color css

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

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

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

border-color css

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

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

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