Html Css Color HEX #BCB328 Earls Green

📋 copy color: '#BCB328'

red 188 ◦ green 179 ◦ blue 40

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

Shades of Earls Green #BCB328

Tints of Earls Green #BCB328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.83%

R = 46.19%
G = 43.98%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCB328 (or 0xBCB328) is known color: Earls Green. HEX triplet: BC, B3 and 28. RGB value is (188,179,40). Sum of RGB (Red+Green+Blue) = 188+179+40=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB328 is #434CD7. Grayscale: #A6A6A6. Windows color (decimal): -4410584 or 2667452. OLE color: 2667452.

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

Color convert

RGB 188 179 40 -
CMYK 0 0.05 0.79 0.26
HSL 56.35º 0.65% 0.45% -
HSV(B) 56.35º 0.79% 0.74% -
XYZ 37.24 43.08 8.36 -
YUV 165.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 188 179 40 0 0.05 0.79 0.26 56.35 0.65 0.45
Hex BC B3 28 0 5 4F 1A 38 41 2D
Octal 274 263 50 0 5 117 32 70 101 55
Binary 10111100 10110011 101000 0 101 1001111 11010 111000 1000001 101101

Color Harmonies of #BCB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB328

Black with #BCB328

Text Example


Text Example

White with #BCB328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB328; }

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

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

background-color css

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

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

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

border-color css

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

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

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