Html Css Color HEX #BDB32B Earls Green

📋 copy color: '#BDB32B'

red 189 ◦ green 179 ◦ blue 43

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

Shades of Earls Green #BDB32B

Tints of Earls Green #BDB32B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.55%

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

R = 45.99%
G = 43.55%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BDB32B (or 0xBDB32B) is known color: Earls Green. HEX triplet: BD, B3 and 2B. RGB value is (189,179,43). Sum of RGB (Red+Green+Blue) = 189+179+43=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB32B is #424CD4. Grayscale: #A7A7A7. Windows color (decimal): -4345045 or 2864061. OLE color: 2864061.

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

Color convert

RGB 189 179 43 -
CMYK 0 0.05 0.77 0.26
HSL 55.89º 0.63% 0.45% -
HSV(B) 55.89º 0.77% 0.74% -
XYZ 37.54 43.23 8.65 -
YUV 166.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 189 179 43 0 0.05 0.77 0.26 55.89 0.63 0.45
Hex BD B3 2B 0 5 4D 1A 38 3F 2D
Octal 275 263 53 0 5 115 32 70 77 55
Binary 10111101 10110011 101011 0 101 1001101 11010 111000 111111 101101

Color Harmonies of #BDB32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB32B

Black with #BDB32B

Text Example


Text Example

White with #BDB32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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