Html Css Color HEX #BCB219 Earls Green

📋 copy color: '#BCB219'

red 188 ◦ green 178 ◦ blue 25

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

Shades of Earls Green #BCB219

Tints of Earls Green #BCB219

RGB

 RED value IS 188 (73.83% from 255) = 48.08%

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

 BLUE value IS 25 (10.16% from 255) = 6.39%

R = 48.08%
G = 45.52%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCB219 (or 0xBCB219) is known color: Earls Green. HEX triplet: BC, B2 and 19. RGB value is (188,178,25). Sum of RGB (Red+Green+Blue) = 188+178+25=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB219 is #434DE6. Grayscale: #A4A4A4. Windows color (decimal): -4410855 or 1684156. OLE color: 1684156.

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

Color convert

RGB 188 178 25 -
CMYK 0 0.05 0.87 0.26
HSL 56.32º 0.77% 0.42% -
HSV(B) 56.32º 0.87% 0.74% -
XYZ 36.83 42.6 7.2 -
YUV 163.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 188 178 25 0 0.05 0.87 0.26 56.32 0.77 0.42
Hex BC B2 19 0 5 57 1A 38 4D 2A
Octal 274 262 31 0 5 127 32 70 115 52
Binary 10111100 10110010 11001 0 101 1010111 11010 111000 1001101 101010

Color Harmonies of #BCB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB219

Black with #BCB219

Text Example


Text Example

White with #BCB219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB219; }

 p { color: rgb(188,178,25); }

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

background-color css

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

 a { background-color: rgb(188,178,25); }

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

border-color css

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

 span { border-color: rgb(188,178,25); }

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