Html Css Color HEX #BDB318 Earls Green

📋 copy color: '#BDB318'

red 189 ◦ green 179 ◦ blue 24

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

Shades of Earls Green #BDB318

Tints of Earls Green #BDB318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.66%

 BLUE value IS 24 (9.77% from 255) = 6.12%

R = 48.21%
G = 45.66%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDB318 (or 0xBDB318) is known color: Earls Green. HEX triplet: BD, B3 and 18. RGB value is (189,179,24). Sum of RGB (Red+Green+Blue) = 189+179+24=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB318 is #424CE7. Grayscale: #A4A4A4. Windows color (decimal): -4345064 or 1618877. OLE color: 1618877.

HSL color Cylindrical-coordinate representation of color #BDB318: hue angle of 56.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDB318 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 24 -
CMYK 0 0.05 0.87 0.26
HSL 56.36º 0.77% 0.42% -
HSV(B) 56.36º 0.87% 0.74% -
XYZ 37.27 43.12 7.22 -
YUV 164.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 189 179 24 0 0.05 0.87 0.26 56.36 0.77 0.42
Hex BD B3 18 0 5 57 1A 38 4D 2A
Octal 275 263 30 0 5 127 32 70 115 52
Binary 10111101 10110011 11000 0 101 1010111 11010 111000 1001101 101010

Color Harmonies of #BDB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB318

Black with #BDB318

Text Example


Text Example

White with #BDB318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB318; }

 p { color: rgb(189,179,24); }

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

background-color css

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

 a { background-color: rgb(189,179,24); }

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

border-color css

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

 span { border-color: rgb(189,179,24); }

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