Html Css Color HEX #BCB319 Earls Green

📋 copy color: '#BCB319'

red 188 ◦ green 179 ◦ blue 25

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

Shades of Earls Green #BCB319

Tints of Earls Green #BCB319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.66%

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

R = 47.96%
G = 45.66%
B = 6.38%

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

#BCB319 (or 0xBCB319) is known color: Earls Green. HEX triplet: BC, B3 and 19. RGB value is (188,179,25). Sum of RGB (Red+Green+Blue) = 188+179+25=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB319 is #434CE6. Grayscale: #A4A4A4. Windows color (decimal): -4410599 or 1684412. OLE color: 1684412.

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

Color convert

RGB 188 179 25 -
CMYK 0 0.05 0.87 0.26
HSL 56.69º 0.77% 0.42% -
HSV(B) 56.69º 0.87% 0.74% -
XYZ 37.03 43 7.27 -
YUV 164.14 49.48 145.02 -
System Red Green Blue C M Y K H S L
Decimal 188 179 25 0 0.05 0.87 0.26 56.69 0.77 0.42
Hex BC B3 19 0 5 57 1A 39 4D 2A
Octal 274 263 31 0 5 127 32 71 115 52
Binary 10111100 10110011 11001 0 101 1010111 11010 111001 1001101 101010

Color Harmonies of #BCB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB319

Black with #BCB319

Text Example


Text Example

White with #BCB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB319; }

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

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

background-color css

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

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

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

border-color css

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

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

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