Html Css Color HEX #BDB320 Earls Green

📋 copy color: '#BDB320'

red 189 ◦ green 179 ◦ blue 32

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

Shades of Earls Green #BDB320

Tints of Earls Green #BDB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.75%

 BLUE value IS 32 (12.89% from 255) = 8%

R = 47.25%
G = 44.75%
B = 8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDB320 (or 0xBDB320) is known color: Earls Green. HEX triplet: BD, B3 and 20. RGB value is (189,179,32). Sum of RGB (Red+Green+Blue) = 189+179+32=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB320 is #424CDF. Grayscale: #A5A5A5. Windows color (decimal): -4345056 or 2143165. OLE color: 2143165.

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

Color convert

RGB 189 179 32 -
CMYK 0 0.05 0.83 0.26
HSL 56.18º 0.71% 0.43% -
HSV(B) 56.18º 0.83% 0.74% -
XYZ 37.37 43.16 7.73 -
YUV 165.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 189 179 32 0 0.05 0.83 0.26 56.18 0.71 0.43
Hex BD B3 20 0 5 53 1A 38 47 2B
Octal 275 263 40 0 5 123 32 70 107 53
Binary 10111101 10110011 100000 0 101 1010011 11010 111000 1000111 101011

Color Harmonies of #BDB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB320

Black with #BDB320

Text Example


Text Example

White with #BDB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB320; }

 p { color: rgb(189,179,32); }

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

background-color css

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

 a { background-color: rgb(189,179,32); }

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

border-color css

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

 span { border-color: rgb(189,179,32); }

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