Html Css Color HEX #BDB426 Earls Green

📋 copy color: '#BDB426'

red 189 ◦ green 180 ◦ blue 38

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

Shades of Earls Green #BDB426

Tints of Earls Green #BDB426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.23%

 BLUE value IS 38 (15.23% from 255) = 9.34%

R = 46.44%
G = 44.23%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB426 (or 0xBDB426) is known color: Earls Green. HEX triplet: BD, B4 and 26. RGB value is (189,180,38). Sum of RGB (Red+Green+Blue) = 189+180+38=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB426 is #424BD9. Grayscale: #A7A7A7. Windows color (decimal): -4344794 or 2536637. OLE color: 2536637.

HSL color Cylindrical-coordinate representation of color #BDB426: hue angle of 56.42º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDB426 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 38 -
CMYK 0 0.05 0.80 0.26
HSL 56.42º 0.67% 0.45% -
HSV(B) 56.42º 0.8% 0.74% -
XYZ 37.66 43.6 8.26 -
YUV 166.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 189 180 38 0 0.05 0.80 0.26 56.42 0.67 0.45
Hex BD B4 26 0 5 50 1A 38 43 2D
Octal 275 264 46 0 5 120 32 70 103 55
Binary 10111101 10110100 100110 0 101 1010000 11010 111000 1000011 101101

Color Harmonies of #BDB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB426

Black with #BDB426

Text Example


Text Example

White with #BDB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB426; }

 p { color: rgb(189,180,38); }

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

background-color css

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

 a { background-color: rgb(189,180,38); }

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

border-color css

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

 span { border-color: rgb(189,180,38); }

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