Html Css Color HEX #BBDC41 Las Palmas

📋 copy color: '#BBDC41'

red 187 ◦ green 220 ◦ blue 65

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

Shades of Las Palmas #BBDC41

Tints of Las Palmas #BBDC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.77%

R = 39.62%
G = 46.61%
B = 13.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#BBDC41 (or 0xBBDC41) is known color: Las Palmas. HEX triplet: BB, DC and 41. RGB value is (187,220,65). Sum of RGB (Red+Green+Blue) = 187+220+65=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC41 is #4423BE. Grayscale: #C1C1C1. Windows color (decimal): -4465599 or 4316347. OLE color: 4316347.

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

Color convert

RGB 187 220 65 -
CMYK 0.15 0 0.70 0.14
HSL 72.77º 0.69% 0.56% -
HSV(B) 72.77º 0.7% 0.86% -
XYZ 47.04 62.13 14.51 -
YUV 192.46 56.07 124.1 -
System Red Green Blue C M Y K H S L
Decimal 187 220 65 0.15 0 0.70 0.14 72.77 0.69 0.56
Hex BB DC 41 F 0 46 E 49 45 38
Octal 273 334 101 17 0 106 16 111 105 70
Binary 10111011 11011100 1000001 1111 0 1000110 1110 1001001 1000101 111000

Color Harmonies of #BBDC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC41

Black with #BBDC41

Text Example


Text Example

White with #BBDC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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