Html Css Color HEX #BDDD38 Las Palmas

📋 copy color: '#BDDD38'

red 189 ◦ green 221 ◦ blue 56

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

Shades of Las Palmas #BDDD38

Tints of Las Palmas #BDDD38

RGB

 RED value IS 189 (74.22% from 255) = 40.56%

 GREEN value IS 221 (86.72% from 255) = 47.42%

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

R = 40.56%
G = 47.42%
B = 12.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#BDDD38 (or 0xBDDD38) is known color: Las Palmas. HEX triplet: BD, DD and 38. RGB value is (189,221,56). Sum of RGB (Red+Green+Blue) = 189+221+56=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 56 (22.27% from 255 or 12.02% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD38 is #4222C7. Grayscale: #C1C1C1. Windows color (decimal): -4334280 or 3726781. OLE color: 3726781.

HSL color Cylindrical-coordinate representation of color #BDDD38: hue angle of 71.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDDD38 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 56 -
CMYK 0.14 0 0.75 0.13
HSL 71.64º 0.71% 0.54% -
HSV(B) 71.64º 0.75% 0.87% -
XYZ 47.56 62.82 13.36 -
YUV 192.62 50.9 125.42 -
System Red Green Blue C M Y K H S L
Decimal 189 221 56 0.14 0 0.75 0.13 71.64 0.71 0.54
Hex BD DD 38 E 0 4B D 48 47 36
Octal 275 335 70 16 0 113 15 110 107 66
Binary 10111101 11011101 111000 1110 0 1001011 1101 1001000 1000111 110110

Color Harmonies of #BDDD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD38

Black with #BDDD38

Text Example


Text Example

White with #BDDD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD38; }

 p { color: rgb(189,221,56); }

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

background-color css

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

 a { background-color: rgb(189,221,56); }

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

border-color css

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

 span { border-color: rgb(189,221,56); }

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