Html Css Color HEX #BDB229 Earls Green

📋 copy color: '#BDB229'

red 189 ◦ green 178 ◦ blue 41

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

Shades of Earls Green #BDB229

Tints of Earls Green #BDB229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.63%

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 46.32%
G = 43.63%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB229 (or 0xBDB229) is known color: Earls Green. HEX triplet: BD, B2 and 29. RGB value is (189,178,41). Sum of RGB (Red+Green+Blue) = 189+178+41=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB229 is #424DD6. Grayscale: #A6A6A6. Windows color (decimal): -4345303 or 2732733. OLE color: 2732733.

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

Color convert

RGB 189 178 41 -
CMYK 0 0.06 0.78 0.26
HSL 55.54º 0.64% 0.45% -
HSV(B) 55.54º 0.78% 0.74% -
XYZ 37.31 42.82 8.4 -
YUV 165.67 57.64 144.64 -
System Red Green Blue C M Y K H S L
Decimal 189 178 41 0 0.06 0.78 0.26 55.54 0.64 0.45
Hex BD B2 29 0 6 4E 1A 38 40 2D
Octal 275 262 51 0 6 116 32 70 100 55
Binary 10111101 10110010 101001 0 110 1001110 11010 111000 1000000 101101

Color Harmonies of #BDB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB229

Black with #BDB229

Text Example


Text Example

White with #BDB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB229; }

 p { color: rgb(189,178,41); }

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

background-color css

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

 a { background-color: rgb(189,178,41); }

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

border-color css

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

 span { border-color: rgb(189,178,41); }

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