Html Css Color HEX #BDD938 Las Palmas

📋 copy color: '#BDD938'

red 189 ◦ green 217 ◦ blue 56

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

Shades of Las Palmas #BDD938

Tints of Las Palmas #BDD938

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.97%

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

R = 40.91%
G = 46.97%
B = 12.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#BDD938 (or 0xBDD938) is known color: Las Palmas. HEX triplet: BD, D9 and 38. RGB value is (189,217,56). Sum of RGB (Red+Green+Blue) = 189+217+56=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 56 (22.27% from 255 or 12.12% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD938 is #4226C7. Grayscale: #BEBEBE. Windows color (decimal): -4335304 or 3725757. OLE color: 3725757.

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

Color convert

RGB 189 217 56 -
CMYK 0.13 0 0.74 0.15
HSL 70.43º 0.68% 0.54% -
HSV(B) 70.43º 0.74% 0.85% -
XYZ 46.51 60.73 13.01 -
YUV 190.27 52.22 127.09 -
System Red Green Blue C M Y K H S L
Decimal 189 217 56 0.13 0 0.74 0.15 70.43 0.68 0.54
Hex BD D9 38 D 0 4A F 46 44 36
Octal 275 331 70 15 0 112 17 106 104 66
Binary 10111101 11011001 111000 1101 0 1001010 1111 1000110 1000100 110110

Color Harmonies of #BDD938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD938

Black with #BDD938

Text Example


Text Example

White with #BDD938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD938; }

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

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

background-color css

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

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

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

border-color css

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

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

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