Html Css Color HEX #BDB42B Earls Green

📋 copy color: '#BDB42B'

red 189 ◦ green 180 ◦ blue 43

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

Shades of Earls Green #BDB42B

Tints of Earls Green #BDB42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.69%

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

R = 45.87%
G = 43.69%
B = 10.44%

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

#BDB42B (or 0xBDB42B) is known color: Earls Green. HEX triplet: BD, B4 and 2B. RGB value is (189,180,43). Sum of RGB (Red+Green+Blue) = 189+180+43=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB42B is #424BD4. Grayscale: #A7A7A7. Windows color (decimal): -4344789 or 2864317. OLE color: 2864317.

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

Color convert

RGB 189 180 43 -
CMYK 0 0.05 0.77 0.26
HSL 56.3º 0.63% 0.45% -
HSV(B) 56.3º 0.77% 0.74% -
XYZ 37.74 43.64 8.72 -
YUV 167.07 57.98 143.64 -
System Red Green Blue C M Y K H S L
Decimal 189 180 43 0 0.05 0.77 0.26 56.3 0.63 0.45
Hex BD B4 2B 0 5 4D 1A 38 3F 2D
Octal 275 264 53 0 5 115 32 70 77 55
Binary 10111101 10110100 101011 0 101 1001101 11010 111000 111111 101101

Color Harmonies of #BDB42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB42B

Black with #BDB42B

Text Example


Text Example

White with #BDB42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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