Html Css Color HEX #BCB329 Earls Green

📋 copy color: '#BCB329'

red 188 ◦ green 179 ◦ blue 41

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

Shades of Earls Green #BCB329

Tints of Earls Green #BCB329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 46.08%
G = 43.87%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BCB329 (or 0xBCB329) is known color: Earls Green. HEX triplet: BC, B3 and 29. RGB value is (188,179,41). Sum of RGB (Red+Green+Blue) = 188+179+41=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB329 is #434CD6. Grayscale: #A6A6A6. Windows color (decimal): -4410583 or 2732988. OLE color: 2732988.

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

Color convert

RGB 188 179 41 -
CMYK 0 0.05 0.78 0.26
HSL 56.33º 0.64% 0.45% -
HSV(B) 56.33º 0.78% 0.74% -
XYZ 37.26 43.09 8.45 -
YUV 165.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 188 179 41 0 0.05 0.78 0.26 56.33 0.64 0.45
Hex BC B3 29 0 5 4E 1A 38 40 2D
Octal 274 263 51 0 5 116 32 70 100 55
Binary 10111100 10110011 101001 0 101 1001110 11010 111000 1000000 101101

Color Harmonies of #BCB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB329

Black with #BCB329

Text Example


Text Example

White with #BCB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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