Html Css Color HEX #BCB126 Earls Green

📋 copy color: '#BCB126'

red 188 ◦ green 177 ◦ blue 38

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

Shades of Earls Green #BCB126

Tints of Earls Green #BCB126

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.92%

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

R = 46.65%
G = 43.92%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCB126 (or 0xBCB126) is known color: Earls Green. HEX triplet: BC, B1 and 26. RGB value is (188,177,38). Sum of RGB (Red+Green+Blue) = 188+177+38=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB126 is #434ED9. Grayscale: #A5A5A5. Windows color (decimal): -4411098 or 2535868. OLE color: 2535868.

HSL color Cylindrical-coordinate representation of color #BCB126: hue angle of 55.6º 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 #BCB126 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 38 -
CMYK 0 0.06 0.80 0.26
HSL 55.6º 0.66% 0.44% -
HSV(B) 55.6º 0.8% 0.74% -
XYZ 36.81 42.28 8.05 -
YUV 164.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 188 177 38 0 0.06 0.80 0.26 55.6 0.66 0.44
Hex BC B1 26 0 6 50 1A 38 42 2C
Octal 274 261 46 0 6 120 32 70 102 54
Binary 10111100 10110001 100110 0 110 1010000 11010 111000 1000010 101100

Color Harmonies of #BCB126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB126

Black with #BCB126

Text Example


Text Example

White with #BCB126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB126; }

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

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

background-color css

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

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

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

border-color css

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

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

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