Html Css Color HEX #BDB625 Earls Green

📋 copy color: '#BDB625'

red 189 ◦ green 182 ◦ blue 37

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

Shades of Earls Green #BDB625

Tints of Earls Green #BDB625

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.61%

 BLUE value IS 37 (14.84% from 255) = 9.07%

R = 46.32%
G = 44.61%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB625 (or 0xBDB625) is known color: Earls Green. HEX triplet: BD, B6 and 25. RGB value is (189,182,37). Sum of RGB (Red+Green+Blue) = 189+182+37=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB625 is #4249DA. Grayscale: #A8A8A8. Windows color (decimal): -4344283 or 2471613. OLE color: 2471613.

HSL color Cylindrical-coordinate representation of color #BDB625: hue angle of 57.24º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDB625 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 37 -
CMYK 0 0.04 0.80 0.26
HSL 57.24º 0.67% 0.44% -
HSV(B) 57.24º 0.8% 0.74% -
XYZ 38.05 44.41 8.32 -
YUV 167.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 189 182 37 0 0.04 0.80 0.26 57.24 0.67 0.44
Hex BD B6 25 0 4 50 1A 39 43 2C
Octal 275 266 45 0 4 120 32 71 103 54
Binary 10111101 10110110 100101 0 100 1010000 11010 111001 1000011 101100

Color Harmonies of #BDB625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB625

Black with #BDB625

Text Example


Text Example

White with #BDB625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB625; }

 p { color: rgb(189,182,37); }

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

background-color css

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

 a { background-color: rgb(189,182,37); }

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

border-color css

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

 span { border-color: rgb(189,182,37); }

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