Html Css Color HEX #BBDB41 Las Palmas

📋 copy color: '#BBDB41'

red 187 ◦ green 219 ◦ blue 65

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

Shades of Las Palmas #BBDB41

Tints of Las Palmas #BBDB41

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.5%

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

R = 39.7%
G = 46.5%
B = 13.8%

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

#BBDB41 (or 0xBBDB41) is known color: Las Palmas. HEX triplet: BB, DB and 41. RGB value is (187,219,65). Sum of RGB (Red+Green+Blue) = 187+219+65=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB41 is #4424BE. Grayscale: #C0C0C0. Windows color (decimal): -4465855 or 4316091. OLE color: 4316091.

HSL color Cylindrical-coordinate representation of color #BBDB41: hue angle of 72.47º degrees, saturation: 0.68, 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 #BBDB41 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 65 -
CMYK 0.15 0 0.70 0.14
HSL 72.47º 0.68% 0.56% -
HSV(B) 72.47º 0.7% 0.86% -
XYZ 46.78 61.61 14.43 -
YUV 191.88 56.4 124.52 -
System Red Green Blue C M Y K H S L
Decimal 187 219 65 0.15 0 0.70 0.14 72.47 0.68 0.56
Hex BB DB 41 F 0 46 E 48 44 38
Octal 273 333 101 17 0 106 16 110 104 70
Binary 10111011 11011011 1000001 1111 0 1000110 1110 1001000 1000100 111000

Color Harmonies of #BBDB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB41

Black with #BBDB41

Text Example


Text Example

White with #BBDB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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