Html Css Color HEX #BDB233 Earls Green

📋 copy color: '#BDB233'

red 189 ◦ green 178 ◦ blue 51

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

Shades of Earls Green #BDB233

Tints of Earls Green #BDB233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.2%

R = 45.22%
G = 42.58%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BDB233 (or 0xBDB233) is known color: Earls Green. HEX triplet: BD, B2 and 33. RGB value is (189,178,51). Sum of RGB (Red+Green+Blue) = 189+178+51=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB233 is #424DCC. Grayscale: #A7A7A7. Windows color (decimal): -4345293 or 3388093. OLE color: 3388093.

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

Color convert

RGB 189 178 51 -
CMYK 0 0.06 0.73 0.26
HSL 55.22º 0.58% 0.47% -
HSV(B) 55.22º 0.73% 0.74% -
XYZ 37.5 42.9 9.44 -
YUV 166.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 189 178 51 0 0.06 0.73 0.26 55.22 0.58 0.47
Hex BD B2 33 0 6 49 1A 37 3A 2F
Octal 275 262 63 0 6 111 32 67 72 57
Binary 10111101 10110010 110011 0 110 1001001 11010 110111 111010 101111

Color Harmonies of #BDB233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB233

Black with #BDB233

Text Example


Text Example

White with #BDB233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB233; }

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

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

background-color css

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

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

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

border-color css

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

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

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