Html Css Color HEX #BCB226 Earls Green

📋 copy color: '#BCB226'

red 188 ◦ green 178 ◦ blue 38

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

Shades of Earls Green #BCB226

Tints of Earls Green #BCB226

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.06%

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

R = 46.53%
G = 44.06%
B = 9.41%

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

#BCB226 (or 0xBCB226) is known color: Earls Green. HEX triplet: BC, B2 and 26. RGB value is (188,178,38). Sum of RGB (Red+Green+Blue) = 188+178+38=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB226 is #434DD9. Grayscale: #A5A5A5. Windows color (decimal): -4410842 or 2536124. OLE color: 2536124.

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

Color convert

RGB 188 178 38 -
CMYK 0 0.05 0.80 0.26
HSL 56º 0.66% 0.44% -
HSV(B) 56º 0.8% 0.74% -
XYZ 37.01 42.67 8.12 -
YUV 165.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 188 178 38 0 0.05 0.80 0.26 56 0.66 0.44
Hex BC B2 26 0 5 50 1A 38 42 2C
Octal 274 262 46 0 5 120 32 70 102 54
Binary 10111100 10110010 100110 0 101 1010000 11010 111000 1000010 101100

Color Harmonies of #BCB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB226

Black with #BCB226

Text Example


Text Example

White with #BCB226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB226; }

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

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

background-color css

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

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

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

border-color css

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

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

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