Html Css Color HEX #BBD446 Las Palmas

📋 copy color: '#BBD446'

red 187 ◦ green 212 ◦ blue 70

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

Shades of Las Palmas #BBD446

Tints of Las Palmas #BBD446

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.2%

 BLUE value IS 70 (27.73% from 255) = 14.93%

R = 39.87%
G = 45.2%
B = 14.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#BBD446 (or 0xBBD446) is known color: Las Palmas. HEX triplet: BB, D4 and 46. RGB value is (187,212,70). Sum of RGB (Red+Green+Blue) = 187+212+70=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD446 is #442BB9. Grayscale: #BCBCBC. Windows color (decimal): -4467642 or 4641979. OLE color: 4641979.

HSL color Cylindrical-coordinate representation of color #BBD446: hue angle of 70.56º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBD446 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 70 -
CMYK 0.12 0 0.67 0.17
HSL 70.56º 0.62% 0.55% -
HSV(B) 70.56º 0.67% 0.83% -
XYZ 45.14 58.09 14.63 -
YUV 188.34 61.22 127.05 -
System Red Green Blue C M Y K H S L
Decimal 187 212 70 0.12 0 0.67 0.17 70.56 0.62 0.55
Hex BB D4 46 C 0 43 11 47 3E 37
Octal 273 324 106 14 0 103 21 107 76 67
Binary 10111011 11010100 1000110 1100 0 1000011 10001 1000111 111110 110111

Color Harmonies of #BBD446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD446

Black with #BBD446

Text Example


Text Example

White with #BBD446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD446; }

 p { color: rgb(187,212,70); }

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

background-color css

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

 a { background-color: rgb(187,212,70); }

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

border-color css

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

 span { border-color: rgb(187,212,70); }

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