Html Css Color HEX #BDB823 Earls Green

📋 copy color: '#BDB823'

red 189 ◦ green 184 ◦ blue 35

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

Shades of Earls Green #BDB823

Tints of Earls Green #BDB823

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.1%

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

R = 46.32%
G = 45.1%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDB823 (or 0xBDB823) is known color: Earls Green. HEX triplet: BD, B8 and 23. RGB value is (189,184,35). Sum of RGB (Red+Green+Blue) = 189+184+35=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB823 is #4247DC. Grayscale: #A9A9A9. Windows color (decimal): -4343773 or 2341053. OLE color: 2341053.

HSL color Cylindrical-coordinate representation of color #BDB823: hue angle of 58.05º 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 #BDB823 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 35 -
CMYK 0 0.03 0.81 0.26
HSL 58.05º 0.69% 0.44% -
HSV(B) 58.05º 0.81% 0.74% -
XYZ 38.43 45.22 8.29 -
YUV 168.51 52.66 142.62 -
System Red Green Blue C M Y K H S L
Decimal 189 184 35 0 0.03 0.81 0.26 58.05 0.69 0.44
Hex BD B8 23 0 3 51 1A 3A 45 2C
Octal 275 270 43 0 3 121 32 72 105 54
Binary 10111101 10111000 100011 0 11 1010001 11010 111010 1000101 101100

Color Harmonies of #BDB823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB823

Black with #BDB823

Text Example


Text Example

White with #BDB823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB823; }

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

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

background-color css

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

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

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

border-color css

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

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

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