Html Css Color HEX #BDDB38 Las Palmas

📋 copy color: '#BDDB38'

red 189 ◦ green 219 ◦ blue 56

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

Shades of Las Palmas #BDDB38

Tints of Las Palmas #BDDB38

RGB

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

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

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

R = 40.73%
G = 47.2%
B = 12.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#BDDB38 (or 0xBDDB38) is known color: Las Palmas. HEX triplet: BD, DB and 38. RGB value is (189,219,56). Sum of RGB (Red+Green+Blue) = 189+219+56=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB38 is #4224C7. Grayscale: #C0C0C0. Windows color (decimal): -4334792 or 3726269. OLE color: 3726269.

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

Color convert

RGB 189 219 56 -
CMYK 0.14 0 0.74 0.14
HSL 71.04º 0.69% 0.54% -
HSV(B) 71.04º 0.74% 0.86% -
XYZ 47.03 61.77 13.18 -
YUV 191.45 51.56 126.25 -
System Red Green Blue C M Y K H S L
Decimal 189 219 56 0.14 0 0.74 0.14 71.04 0.69 0.54
Hex BD DB 38 E 0 4A E 47 45 36
Octal 275 333 70 16 0 112 16 107 105 66
Binary 10111101 11011011 111000 1110 0 1001010 1110 1000111 1000101 110110

Color Harmonies of #BDDB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB38

Black with #BDDB38

Text Example


Text Example

White with #BDDB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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