Html Css Color HEX #BBDF34 Las Palmas

📋 copy color: '#BBDF34'

red 187 ◦ green 223 ◦ blue 52

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

Shades of Las Palmas #BBDF34

Tints of Las Palmas #BBDF34

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.27%

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

R = 40.48%
G = 48.27%
B = 11.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#BBDF34 (or 0xBBDF34) is known color: Las Palmas. HEX triplet: BB, DF and 34. RGB value is (187,223,52). Sum of RGB (Red+Green+Blue) = 187+223+52=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 52 (20.70% from 255 or 11.26% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF34 is #4420CB. Grayscale: #C1C1C1. Windows color (decimal): -4464844 or 3465147. OLE color: 3465147.

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

Color convert

RGB 187 223 52 -
CMYK 0.16 0 0.77 0.13
HSL 72.63º 0.73% 0.54% -
HSV(B) 72.63º 0.77% 0.87% -
XYZ 47.5 63.59 13.02 -
YUV 192.74 48.57 123.9 -
System Red Green Blue C M Y K H S L
Decimal 187 223 52 0.16 0 0.77 0.13 72.63 0.73 0.54
Hex BB DF 34 10 0 4D D 49 49 36
Octal 273 337 64 20 0 115 15 111 111 66
Binary 10111011 11011111 110100 10000 0 1001101 1101 1001001 1001001 110110

Color Harmonies of #BBDF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF34

Black with #BBDF34

Text Example


Text Example

White with #BBDF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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