Html Css Color HEX #BBDD34 Las Palmas

📋 copy color: '#BBDD34'

red 187 ◦ green 221 ◦ blue 52

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

Shades of Las Palmas #BBDD34

Tints of Las Palmas #BBDD34

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.04%

 BLUE value IS 52 (20.7% from 255) = 11.3%

R = 40.65%
G = 48.04%
B = 11.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#BBDD34 (or 0xBBDD34) is known color: Las Palmas. HEX triplet: BB, DD and 34. RGB value is (187,221,52). Sum of RGB (Red+Green+Blue) = 187+221+52=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD34 is #4422CB. Grayscale: #C0C0C0. Windows color (decimal): -4465356 or 3464635. OLE color: 3464635.

HSL color Cylindrical-coordinate representation of color #BBDD34: hue angle of 72.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBDD34 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 52 -
CMYK 0.15 0 0.76 0.13
HSL 72.07º 0.71% 0.54% -
HSV(B) 72.07º 0.76% 0.87% -
XYZ 46.97 62.53 12.84 -
YUV 191.57 49.24 124.74 -
System Red Green Blue C M Y K H S L
Decimal 187 221 52 0.15 0 0.76 0.13 72.07 0.71 0.54
Hex BB DD 34 F 0 4C D 48 47 36
Octal 273 335 64 17 0 114 15 110 107 66
Binary 10111011 11011101 110100 1111 0 1001100 1101 1001000 1000111 110110

Color Harmonies of #BBDD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD34

Black with #BBDD34

Text Example


Text Example

White with #BBDD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD34; }

 p { color: rgb(187,221,52); }

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

background-color css

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

 a { background-color: rgb(187,221,52); }

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

border-color css

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

 span { border-color: rgb(187,221,52); }

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