Html Css Color HEX #BBDC40 Las Palmas

📋 copy color: '#BBDC40'

red 187 ◦ green 220 ◦ blue 64

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

Shades of Las Palmas #BBDC40

Tints of Las Palmas #BBDC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 39.7%
G = 46.71%
B = 13.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#BBDC40 (or 0xBBDC40) is known color: Las Palmas. HEX triplet: BB, DC and 40. RGB value is (187,220,64). Sum of RGB (Red+Green+Blue) = 187+220+64=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC40 is #4423BF. Grayscale: #C0C0C0. Windows color (decimal): -4465600 or 4250811. OLE color: 4250811.

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

Color convert

RGB 187 220 64 -
CMYK 0.15 0 0.71 0.14
HSL 72.69º 0.69% 0.56% -
HSV(B) 72.69º 0.71% 0.86% -
XYZ 47.01 62.12 14.36 -
YUV 192.35 55.57 124.18 -
System Red Green Blue C M Y K H S L
Decimal 187 220 64 0.15 0 0.71 0.14 72.69 0.69 0.56
Hex BB DC 40 F 0 47 E 49 45 38
Octal 273 334 100 17 0 107 16 111 105 70
Binary 10111011 11011100 1000000 1111 0 1000111 1110 1001001 1000101 111000

Color Harmonies of #BBDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC40

Black with #BBDC40

Text Example


Text Example

White with #BBDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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