Html Css Color HEX #BDB727 Earls Green

📋 copy color: '#BDB727'

red 189 ◦ green 183 ◦ blue 39

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

Shades of Earls Green #BDB727

Tints of Earls Green #BDB727

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.53%

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

R = 45.99%
G = 44.53%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDB727 (or 0xBDB727) is known color: Earls Green. HEX triplet: BD, B7 and 27. RGB value is (189,183,39). Sum of RGB (Red+Green+Blue) = 189+183+39=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB727 is #4248D8. Grayscale: #A8A8A8. Windows color (decimal): -4344025 or 2602941. OLE color: 2602941.

HSL color Cylindrical-coordinate representation of color #BDB727: hue angle of 57.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 #BDB727 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 39 -
CMYK 0 0.03 0.79 0.26
HSL 57.6º 0.66% 0.45% -
HSV(B) 57.6º 0.79% 0.74% -
XYZ 38.29 44.83 8.56 -
YUV 168.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 189 183 39 0 0.03 0.79 0.26 57.6 0.66 0.45
Hex BD B7 27 0 3 4F 1A 3A 42 2D
Octal 275 267 47 0 3 117 32 72 102 55
Binary 10111101 10110111 100111 0 11 1001111 11010 111010 1000010 101101

Color Harmonies of #BDB727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB727

Black with #BDB727

Text Example


Text Example

White with #BDB727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB727; }

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

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

background-color css

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

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

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

border-color css

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

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

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