Html Css Color HEX #BCB218 Earls Green

📋 copy color: '#BCB218'

red 188 ◦ green 178 ◦ blue 24

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

Shades of Earls Green #BCB218

Tints of Earls Green #BCB218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.15%

R = 48.21%
G = 45.64%
B = 6.15%

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

#BCB218 (or 0xBCB218) is known color: Earls Green. HEX triplet: BC, B2 and 18. RGB value is (188,178,24). Sum of RGB (Red+Green+Blue) = 188+178+24=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB218 is #434DE7. Grayscale: #A4A4A4. Windows color (decimal): -4410856 or 1618620. OLE color: 1618620.

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

Color convert

RGB 188 178 24 -
CMYK 0 0.05 0.87 0.26
HSL 56.34º 0.77% 0.42% -
HSV(B) 56.34º 0.87% 0.74% -
XYZ 36.82 42.6 7.15 -
YUV 163.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 188 178 24 0 0.05 0.87 0.26 56.34 0.77 0.42
Hex BC B2 18 0 5 57 1A 38 4D 2A
Octal 274 262 30 0 5 127 32 70 115 52
Binary 10111100 10110010 11000 0 101 1010111 11010 111000 1001101 101010

Color Harmonies of #BCB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB218

Black with #BCB218

Text Example


Text Example

White with #BCB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB218; }

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

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

background-color css

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

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

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

border-color css

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

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

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