Html Css Color HEX #BDB21A Earls Green

📋 copy color: '#BDB21A'

red 189 ◦ green 178 ◦ blue 26

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

Shades of Earls Green #BDB21A

Tints of Earls Green #BDB21A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.29%

 BLUE value IS 26 (10.55% from 255) = 6.62%

R = 48.09%
G = 45.29%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BDB21A (or 0xBDB21A) is known color: Earls Green. HEX triplet: BD, B2 and 1A. RGB value is (189,178,26). Sum of RGB (Red+Green+Blue) = 189+178+26=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB21A is #424DE5. Grayscale: #A4A4A4. Windows color (decimal): -4345318 or 1749693. OLE color: 1749693.

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

Color convert

RGB 189 178 26 -
CMYK 0 0.06 0.86 0.26
HSL 55.95º 0.76% 0.42% -
HSV(B) 55.95º 0.86% 0.74% -
XYZ 37.09 42.73 7.27 -
YUV 163.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 189 178 26 0 0.06 0.86 0.26 55.95 0.76 0.42
Hex BD B2 1A 0 6 56 1A 38 4C 2A
Octal 275 262 32 0 6 126 32 70 114 52
Binary 10111101 10110010 11010 0 110 1010110 11010 111000 1001100 101010

Color Harmonies of #BDB21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB21A

Black with #BDB21A

Text Example


Text Example

White with #BDB21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB21A; }

 p { color: rgb(189,178,26); }

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

background-color css

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

 a { background-color: rgb(189,178,26); }

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

border-color css

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

 span { border-color: rgb(189,178,26); }

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