Html Css Color HEX #BCB331 Earls Green

📋 copy color: '#BCB331'

red 188 ◦ green 179 ◦ blue 49

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

Shades of Earls Green #BCB331

Tints of Earls Green #BCB331

RGB

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

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

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

R = 45.19%
G = 43.03%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCB331 (or 0xBCB331) is known color: Earls Green. HEX triplet: BC, B3 and 31. RGB value is (188,179,49). Sum of RGB (Red+Green+Blue) = 188+179+49=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB331 is #434CCE. Grayscale: #A7A7A7. Windows color (decimal): -4410575 or 3257276. OLE color: 3257276.

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

Color convert

RGB 188 179 49 -
CMYK 0 0.05 0.74 0.26
HSL 56.12º 0.59% 0.46% -
HSV(B) 56.12º 0.74% 0.74% -
XYZ 37.41 43.15 9.26 -
YUV 166.87 61.48 143.07 -
System Red Green Blue C M Y K H S L
Decimal 188 179 49 0 0.05 0.74 0.26 56.12 0.59 0.46
Hex BC B3 31 0 5 4A 1A 38 3B 2E
Octal 274 263 61 0 5 112 32 70 73 56
Binary 10111100 10110011 110001 0 101 1001010 11010 111000 111011 101110

Color Harmonies of #BCB331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB331

Black with #BCB331

Text Example


Text Example

White with #BCB331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB331; }

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

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

background-color css

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

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

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

border-color css

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

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

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