Html Css Color HEX #BBD041 Las Palmas

📋 copy color: '#BBD041'

red 187 ◦ green 208 ◦ blue 65

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

Shades of Las Palmas #BBD041

Tints of Las Palmas #BBD041

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

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

R = 40.65%
G = 45.22%
B = 14.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#BBD041 (or 0xBBD041) is known color: Las Palmas. HEX triplet: BB, D0 and 41. RGB value is (187,208,65). Sum of RGB (Red+Green+Blue) = 187+208+65=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD041 is #442FBE. Grayscale: #B9B9B9. Windows color (decimal): -4468671 or 4313275. OLE color: 4313275.

HSL color Cylindrical-coordinate representation of color #BBD041: hue angle of 68.81º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBD041 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 65 -
CMYK 0.10 0 0.69 0.18
HSL 68.81º 0.6% 0.54% -
HSV(B) 68.81º 0.69% 0.82% -
XYZ 44 56.06 13.5 -
YUV 185.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 187 208 65 0.10 0 0.69 0.18 68.81 0.6 0.54
Hex BB D0 41 A 0 45 12 45 3C 36
Octal 273 320 101 12 0 105 22 105 74 66
Binary 10111011 11010000 1000001 1010 0 1000101 10010 1000101 111100 110110

Color Harmonies of #BBD041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD041

Black with #BBD041

Text Example


Text Example

White with #BBD041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD041; }

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

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

background-color css

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

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

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

border-color css

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

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

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