Html Css Color HEX #BBDC35 Las Palmas

📋 copy color: '#BBDC35'

red 187 ◦ green 220 ◦ blue 53

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

Shades of Las Palmas #BBDC35

Tints of Las Palmas #BBDC35

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.83%

 BLUE value IS 53 (21.09% from 255) = 11.52%

R = 40.65%
G = 47.83%
B = 11.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#BBDC35 (or 0xBBDC35) is known color: Las Palmas. HEX triplet: BB, DC and 35. RGB value is (187,220,53). Sum of RGB (Red+Green+Blue) = 187+220+53=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC35 is #4423CA. Grayscale: #BFBFBF. Windows color (decimal): -4465611 or 3529915. OLE color: 3529915.

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

Color convert

RGB 187 220 53 -
CMYK 0.15 0 0.76 0.14
HSL 71.86º 0.7% 0.54% -
HSV(B) 71.86º 0.76% 0.86% -
XYZ 46.73 62.01 12.87 -
YUV 191.1 50.07 125.08 -
System Red Green Blue C M Y K H S L
Decimal 187 220 53 0.15 0 0.76 0.14 71.86 0.7 0.54
Hex BB DC 35 F 0 4C E 48 46 36
Octal 273 334 65 17 0 114 16 110 106 66
Binary 10111011 11011100 110101 1111 0 1001100 1110 1001000 1000110 110110

Color Harmonies of #BBDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC35

Black with #BBDC35

Text Example


Text Example

White with #BBDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC35; }

 p { color: rgb(187,220,53); }

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

background-color css

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

 a { background-color: rgb(187,220,53); }

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

border-color css

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

 span { border-color: rgb(187,220,53); }

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