Html Css Color HEX #BDBA2D Earls Green

📋 copy color: '#BDBA2D'

red 189 ◦ green 186 ◦ blue 45

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

Shades of Earls Green #BDBA2D

Tints of Earls Green #BDBA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.29%

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 45%
G = 44.29%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BDBA2D (or 0xBDBA2D) is known color: Earls Green. HEX triplet: BD, BA and 2D. RGB value is (189,186,45). Sum of RGB (Red+Green+Blue) = 189+186+45=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA2D is #4245D2. Grayscale: #ABABAB. Windows color (decimal): -4343251 or 2996925. OLE color: 2996925.

HSL color Cylindrical-coordinate representation of color #BDBA2D: hue angle of 58.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDBA2D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 186 45 -
CMYK 0 0.02 0.76 0.26
HSL 58.75º 0.62% 0.46% -
HSV(B) 58.75º 0.76% 0.74% -
XYZ 39.02 46.13 9.33 -
YUV 170.82 56.99 140.96 -
System Red Green Blue C M Y K H S L
Decimal 189 186 45 0 0.02 0.76 0.26 58.75 0.62 0.46
Hex BD BA 2D 0 2 4C 1A 3B 3E 2E
Octal 275 272 55 0 2 114 32 73 76 56
Binary 10111101 10111010 101101 0 10 1001100 11010 111011 111110 101110

Color Harmonies of #BDBA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA2D

Black with #BDBA2D

Text Example


Text Example

White with #BDBA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA2D; }

 p { color: rgb(189,186,45); }

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

background-color css

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

 a { background-color: rgb(189,186,45); }

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

border-color css

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

 span { border-color: rgb(189,186,45); }

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