Html Css Color HEX #BCB426 Earls Green

📋 copy color: '#BCB426'

red 188 ◦ green 180 ◦ blue 38

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

Shades of Earls Green #BCB426

Tints of Earls Green #BCB426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.33%

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

R = 46.31%
G = 44.33%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCB426 (or 0xBCB426) is known color: Earls Green. HEX triplet: BC, B4 and 26. RGB value is (188,180,38). Sum of RGB (Red+Green+Blue) = 188+180+38=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB426 is #434BD9. Grayscale: #A6A6A6. Windows color (decimal): -4410330 or 2536636. OLE color: 2536636.

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

Color convert

RGB 188 180 38 -
CMYK 0 0.04 0.80 0.26
HSL 56.8º 0.66% 0.44% -
HSV(B) 56.8º 0.8% 0.74% -
XYZ 37.41 43.47 8.25 -
YUV 166.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 188 180 38 0 0.04 0.80 0.26 56.8 0.66 0.44
Hex BC B4 26 0 4 50 1A 39 42 2C
Octal 274 264 46 0 4 120 32 71 102 54
Binary 10111100 10110100 100110 0 100 1010000 11010 111001 1000010 101100

Color Harmonies of #BCB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB426

Black with #BCB426

Text Example


Text Example

White with #BCB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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