Html Css Color HEX #BDB623 Earls Green

📋 copy color: '#BDB623'

red 189 ◦ green 182 ◦ blue 35

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

Shades of Earls Green #BDB623

Tints of Earls Green #BDB623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.62%

R = 46.55%
G = 44.83%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDB623 (or 0xBDB623) is known color: Earls Green. HEX triplet: BD, B6 and 23. RGB value is (189,182,35). Sum of RGB (Red+Green+Blue) = 189+182+35=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB623 is #4249DC. Grayscale: #A7A7A7. Windows color (decimal): -4344285 or 2340541. OLE color: 2340541.

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

Color convert

RGB 189 182 35 -
CMYK 0 0.04 0.81 0.26
HSL 57.27º 0.69% 0.44% -
HSV(B) 57.27º 0.81% 0.74% -
XYZ 38.02 44.4 8.16 -
YUV 167.34 53.32 143.45 -
System Red Green Blue C M Y K H S L
Decimal 189 182 35 0 0.04 0.81 0.26 57.27 0.69 0.44
Hex BD B6 23 0 4 51 1A 39 45 2C
Octal 275 266 43 0 4 121 32 71 105 54
Binary 10111101 10110110 100011 0 100 1010001 11010 111001 1000101 101100

Color Harmonies of #BDB623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB623

Black with #BDB623

Text Example


Text Example

White with #BDB623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB623; }

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

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

background-color css

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

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

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

border-color css

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

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

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