Html Css Color HEX #BDB62B Earls Green

📋 copy color: '#BDB62B'

red 189 ◦ green 182 ◦ blue 43

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

Shades of Earls Green #BDB62B

Tints of Earls Green #BDB62B

RGB

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

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

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

R = 45.65%
G = 43.96%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BDB62B (or 0xBDB62B) is known color: Earls Green. HEX triplet: BD, B6 and 2B. RGB value is (189,182,43). Sum of RGB (Red+Green+Blue) = 189+182+43=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB62B is #4249D4. Grayscale: #A8A8A8. Windows color (decimal): -4344277 or 2864829. OLE color: 2864829.

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

Color convert

RGB 189 182 43 -
CMYK 0 0.04 0.77 0.26
HSL 57.12º 0.63% 0.45% -
HSV(B) 57.12º 0.77% 0.74% -
XYZ 38.15 44.45 8.85 -
YUV 168.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 189 182 43 0 0.04 0.77 0.26 57.12 0.63 0.45
Hex BD B6 2B 0 4 4D 1A 39 3F 2D
Octal 275 266 53 0 4 115 32 71 77 55
Binary 10111101 10110110 101011 0 100 1001101 11010 111001 111111 101101

Color Harmonies of #BDB62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB62B

Black with #BDB62B

Text Example


Text Example

White with #BDB62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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