Html Css Color HEX #BCB326 Earls Green

📋 copy color: '#BCB326'

red 188 ◦ green 179 ◦ blue 38

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

Shades of Earls Green #BCB326

Tints of Earls Green #BCB326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 46.42%
G = 44.2%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCB326 (or 0xBCB326) is known color: Earls Green. HEX triplet: BC, B3 and 26. RGB value is (188,179,38). Sum of RGB (Red+Green+Blue) = 188+179+38=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB326 is #434CD9. Grayscale: #A6A6A6. Windows color (decimal): -4410586 or 2536380. OLE color: 2536380.

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

Color convert

RGB 188 179 38 -
CMYK 0 0.05 0.80 0.26
HSL 56.4º 0.66% 0.44% -
HSV(B) 56.4º 0.8% 0.74% -
XYZ 37.21 43.07 8.19 -
YUV 165.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 188 179 38 0 0.05 0.80 0.26 56.4 0.66 0.44
Hex BC B3 26 0 5 50 1A 38 42 2C
Octal 274 263 46 0 5 120 32 70 102 54
Binary 10111100 10110011 100110 0 101 1010000 11010 111000 1000010 101100

Color Harmonies of #BCB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB326

Black with #BCB326

Text Example


Text Example

White with #BCB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB326; }

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

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

background-color css

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

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

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

border-color css

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

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

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