Html Css Color HEX #BDB227 Earls Green

📋 copy color: '#BDB227'

red 189 ◦ green 178 ◦ blue 39

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

Shades of Earls Green #BDB227

Tints of Earls Green #BDB227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.61%

R = 46.55%
G = 43.84%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDB227 (or 0xBDB227) is known color: Earls Green. HEX triplet: BD, B2 and 27. RGB value is (189,178,39). Sum of RGB (Red+Green+Blue) = 189+178+39=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB227 is #424DD8. Grayscale: #A6A6A6. Windows color (decimal): -4345305 or 2601661. OLE color: 2601661.

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

Color convert

RGB 189 178 39 -
CMYK 0 0.06 0.79 0.26
HSL 55.6º 0.66% 0.45% -
HSV(B) 55.6º 0.79% 0.74% -
XYZ 37.27 42.81 8.22 -
YUV 165.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 189 178 39 0 0.06 0.79 0.26 55.6 0.66 0.45
Hex BD B2 27 0 6 4F 1A 38 42 2D
Octal 275 262 47 0 6 117 32 70 102 55
Binary 10111101 10110010 100111 0 110 1001111 11010 111000 1000010 101101

Color Harmonies of #BDB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB227

Black with #BDB227

Text Example


Text Example

White with #BDB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB227; }

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

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

background-color css

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

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

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

border-color css

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

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

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