Html Css Color HEX #BDB92B Earls Green

📋 copy color: '#BDB92B'

red 189 ◦ green 185 ◦ blue 43

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

Shades of Earls Green #BDB92B

Tints of Earls Green #BDB92B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.36%

 BLUE value IS 43 (17.19% from 255) = 10.31%

R = 45.32%
G = 44.36%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BDB92B (or 0xBDB92B) is known color: Earls Green. HEX triplet: BD, B9 and 2B. RGB value is (189,185,43). Sum of RGB (Red+Green+Blue) = 189+185+43=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB92B is #4246D4. Grayscale: #AAAAAA. Windows color (decimal): -4343509 or 2865597. OLE color: 2865597.

HSL color Cylindrical-coordinate representation of color #BDB92B: hue angle of 58.36º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDB92B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 43 -
CMYK 0 0.02 0.77 0.26
HSL 58.36º 0.63% 0.45% -
HSV(B) 58.36º 0.77% 0.74% -
XYZ 38.77 45.69 9.06 -
YUV 170.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 189 185 43 0 0.02 0.77 0.26 58.36 0.63 0.45
Hex BD B9 2B 0 2 4D 1A 3A 3F 2D
Octal 275 271 53 0 2 115 32 72 77 55
Binary 10111101 10111001 101011 0 10 1001101 11010 111010 111111 101101

Color Harmonies of #BDB92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB92B

Black with #BDB92B

Text Example


Text Example

White with #BDB92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB92B; }

 p { color: rgb(189,185,43); }

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

background-color css

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

 a { background-color: rgb(189,185,43); }

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

border-color css

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

 span { border-color: rgb(189,185,43); }

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