Html Css Color HEX #BBD345 Las Palmas

📋 copy color: '#BBD345'

red 187 ◦ green 211 ◦ blue 69

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

Shades of Las Palmas #BBD345

Tints of Las Palmas #BBD345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.78%

R = 40.04%
G = 45.18%
B = 14.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#BBD345 (or 0xBBD345) is known color: Las Palmas. HEX triplet: BB, D3 and 45. RGB value is (187,211,69). Sum of RGB (Red+Green+Blue) = 187+211+69=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD345 is #442CBA. Grayscale: #BCBCBC. Windows color (decimal): -4467899 or 4576187. OLE color: 4576187.

HSL color Cylindrical-coordinate representation of color #BBD345: hue angle of 70.14º 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 #BBD345 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 69 -
CMYK 0.11 0 0.67 0.17
HSL 70.14º 0.62% 0.55% -
HSV(B) 70.14º 0.67% 0.83% -
XYZ 44.86 57.58 14.38 -
YUV 187.64 61.05 127.55 -
System Red Green Blue C M Y K H S L
Decimal 187 211 69 0.11 0 0.67 0.17 70.14 0.62 0.55
Hex BB D3 45 B 0 43 11 46 3E 37
Octal 273 323 105 13 0 103 21 106 76 67
Binary 10111011 11010011 1000101 1011 0 1000011 10001 1000110 111110 110111

Color Harmonies of #BBD345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD345

Black with #BBD345

Text Example


Text Example

White with #BBD345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD345; }

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

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

background-color css

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

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

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

border-color css

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

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

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