Html Css Color HEX #BDB432 Earls Green

📋 copy color: '#BDB432'

red 189 ◦ green 180 ◦ blue 50

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

Shades of Earls Green #BDB432

Tints of Earls Green #BDB432

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.96%

 BLUE value IS 50 (19.92% from 255) = 11.93%

R = 45.11%
G = 42.96%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDB432 (or 0xBDB432) is known color: Earls Green. HEX triplet: BD, B4 and 32. RGB value is (189,180,50). Sum of RGB (Red+Green+Blue) = 189+180+50=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB432 is #424BCD. Grayscale: #A8A8A8. Windows color (decimal): -4344782 or 3323069. OLE color: 3323069.

HSL color Cylindrical-coordinate representation of color #BDB432: hue angle of 56.12º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDB432 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 50 -
CMYK 0 0.05 0.74 0.26
HSL 56.12º 0.58% 0.47% -
HSV(B) 56.12º 0.74% 0.74% -
XYZ 37.88 43.69 9.45 -
YUV 167.87 61.48 143.07 -
System Red Green Blue C M Y K H S L
Decimal 189 180 50 0 0.05 0.74 0.26 56.12 0.58 0.47
Hex BD B4 32 0 5 4A 1A 38 3A 2F
Octal 275 264 62 0 5 112 32 70 72 57
Binary 10111101 10110100 110010 0 101 1001010 11010 111000 111010 101111

Color Harmonies of #BDB432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB432

Black with #BDB432

Text Example


Text Example

White with #BDB432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB432; }

 p { color: rgb(189,180,50); }

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

background-color css

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

 a { background-color: rgb(189,180,50); }

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

border-color css

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

 span { border-color: rgb(189,180,50); }

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