Html Css Color HEX #BDB630 Earls Green

📋 copy color: '#BDB630'

red 189 ◦ green 182 ◦ blue 48

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

Shades of Earls Green #BDB630

Tints of Earls Green #BDB630

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.44%

 BLUE value IS 48 (19.14% from 255) = 11.46%

R = 45.11%
G = 43.44%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDB630 (or 0xBDB630) is known color: Earls Green. HEX triplet: BD, B6 and 30. RGB value is (189,182,48). Sum of RGB (Red+Green+Blue) = 189+182+48=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB630 is #4249CF. Grayscale: #A9A9A9. Windows color (decimal): -4344272 or 3192509. OLE color: 3192509.

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

Color convert

RGB 189 182 48 -
CMYK 0 0.04 0.75 0.26
HSL 57.02º 0.59% 0.46% -
HSV(B) 57.02º 0.75% 0.74% -
XYZ 38.25 44.49 9.37 -
YUV 168.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 189 182 48 0 0.04 0.75 0.26 57.02 0.59 0.46
Hex BD B6 30 0 4 4B 1A 39 3B 2E
Octal 275 266 60 0 4 113 32 71 73 56
Binary 10111101 10110110 110000 0 100 1001011 11010 111001 111011 101110

Color Harmonies of #BDB630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB630

Black with #BDB630

Text Example


Text Example

White with #BDB630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB630; }

 p { color: rgb(189,182,48); }

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

background-color css

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

 a { background-color: rgb(189,182,48); }

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

border-color css

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

 span { border-color: rgb(189,182,48); }

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