Html Css Color HEX #BDB231 Earls Green

📋 copy color: '#BDB231'

red 189 ◦ green 178 ◦ blue 49

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

Shades of Earls Green #BDB231

Tints of Earls Green #BDB231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.78%

R = 45.43%
G = 42.79%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDB231 (or 0xBDB231) is known color: Earls Green. HEX triplet: BD, B2 and 31. RGB value is (189,178,49). Sum of RGB (Red+Green+Blue) = 189+178+49=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB231 is #424DCE. Grayscale: #A7A7A7. Windows color (decimal): -4345295 or 3257021. OLE color: 3257021.

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

Color convert

RGB 189 178 49 -
CMYK 0 0.06 0.74 0.26
HSL 55.29º 0.59% 0.47% -
HSV(B) 55.29º 0.74% 0.74% -
XYZ 37.46 42.88 9.21 -
YUV 166.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 189 178 49 0 0.06 0.74 0.26 55.29 0.59 0.47
Hex BD B2 31 0 6 4A 1A 37 3B 2F
Octal 275 262 61 0 6 112 32 67 73 57
Binary 10111101 10110010 110001 0 110 1001010 11010 110111 111011 101111

Color Harmonies of #BDB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB231

Black with #BDB231

Text Example


Text Example

White with #BDB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB231; }

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

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

background-color css

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

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

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

border-color css

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

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

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