Html Css Color HEX #BCB322 Earls Green

📋 copy color: '#BCB322'

red 188 ◦ green 179 ◦ blue 34

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

Shades of Earls Green #BCB322

Tints of Earls Green #BCB322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.48%

R = 46.88%
G = 44.64%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCB322 (or 0xBCB322) is known color: Earls Green. HEX triplet: BC, B3 and 22. RGB value is (188,179,34). Sum of RGB (Red+Green+Blue) = 188+179+34=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB322 is #434CDD. Grayscale: #A5A5A5. Windows color (decimal): -4410590 or 2274236. OLE color: 2274236.

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

Color convert

RGB 188 179 34 -
CMYK 0 0.05 0.82 0.26
HSL 56.49º 0.69% 0.44% -
HSV(B) 56.49º 0.82% 0.74% -
XYZ 37.15 43.05 7.86 -
YUV 165.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 188 179 34 0 0.05 0.82 0.26 56.49 0.69 0.44
Hex BC B3 22 0 5 52 1A 38 45 2C
Octal 274 263 42 0 5 122 32 70 105 54
Binary 10111100 10110011 100010 0 101 1010010 11010 111000 1000101 101100

Color Harmonies of #BCB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB322

Black with #BCB322

Text Example


Text Example

White with #BCB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB322; }

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

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

background-color css

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

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

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

border-color css

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

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

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