Html Css Color HEX #BBDA38 Las Palmas

📋 copy color: '#BBDA38'

red 187 ◦ green 218 ◦ blue 56

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

Shades of Las Palmas #BBDA38

Tints of Las Palmas #BBDA38

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

 BLUE value IS 56 (22.27% from 255) = 12.15%

R = 40.56%
G = 47.29%
B = 12.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#BBDA38 (or 0xBBDA38) is known color: Las Palmas. HEX triplet: BB, DA and 38. RGB value is (187,218,56). Sum of RGB (Red+Green+Blue) = 187+218+56=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA38 is #4425C7. Grayscale: #BEBEBE. Windows color (decimal): -4466120 or 3726011. OLE color: 3726011.

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

Color convert

RGB 187 218 56 -
CMYK 0.14 0 0.74 0.15
HSL 71.48º 0.69% 0.54% -
HSV(B) 71.48º 0.74% 0.85% -
XYZ 46.28 60.99 13.08 -
YUV 190.26 52.23 125.67 -
System Red Green Blue C M Y K H S L
Decimal 187 218 56 0.14 0 0.74 0.15 71.48 0.69 0.54
Hex BB DA 38 E 0 4A F 47 45 36
Octal 273 332 70 16 0 112 17 107 105 66
Binary 10111011 11011010 111000 1110 0 1001010 1111 1000111 1000101 110110

Color Harmonies of #BBDA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA38

Black with #BBDA38

Text Example


Text Example

White with #BBDA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA38; }

 p { color: rgb(187,218,56); }

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

background-color css

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

 a { background-color: rgb(187,218,56); }

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

border-color css

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

 span { border-color: rgb(187,218,56); }

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