Html Css Color HEX #BDB230 Earls Green

📋 copy color: '#BDB230'

red 189 ◦ green 178 ◦ blue 48

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

Shades of Earls Green #BDB230

Tints of Earls Green #BDB230

RGB

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

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

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

R = 45.54%
G = 42.89%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDB230 (or 0xBDB230) is known color: Earls Green. HEX triplet: BD, B2 and 30. RGB value is (189,178,48). Sum of RGB (Red+Green+Blue) = 189+178+48=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB230 is #424DCF. Grayscale: #A7A7A7. Windows color (decimal): -4345296 or 3191485. OLE color: 3191485.

HSL color Cylindrical-coordinate representation of color #BDB230: hue angle of 55.32º 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 #BDB230 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 48 -
CMYK 0 0.06 0.75 0.26
HSL 55.32º 0.59% 0.46% -
HSV(B) 55.32º 0.75% 0.74% -
XYZ 37.44 42.87 9.1 -
YUV 166.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 189 178 48 0 0.06 0.75 0.26 55.32 0.59 0.46
Hex BD B2 30 0 6 4B 1A 37 3B 2E
Octal 275 262 60 0 6 113 32 67 73 56
Binary 10111101 10110010 110000 0 110 1001011 11010 110111 111011 101110

Color Harmonies of #BDB230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB230

Black with #BDB230

Text Example


Text Example

White with #BDB230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB230; }

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

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

background-color css

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

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

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

border-color css

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

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

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