Html Css Color HEX #BCB826 Earls Green

📋 copy color: '#BCB826'

red 188 ◦ green 184 ◦ blue 38

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

Shades of Earls Green #BCB826

Tints of Earls Green #BCB826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.88%

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

R = 45.85%
G = 44.88%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCB826 (or 0xBCB826) is known color: Earls Green. HEX triplet: BC, B8 and 26. RGB value is (188,184,38). Sum of RGB (Red+Green+Blue) = 188+184+38=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB826 is #4347D9. Grayscale: #A9A9A9. Windows color (decimal): -4409306 or 2537660. OLE color: 2537660.

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

Color convert

RGB 188 184 38 -
CMYK 0 0.02 0.80 0.26
HSL 58.4º 0.66% 0.44% -
HSV(B) 58.4º 0.8% 0.74% -
XYZ 38.23 45.11 8.53 -
YUV 168.55 54.33 141.87 -
System Red Green Blue C M Y K H S L
Decimal 188 184 38 0 0.02 0.80 0.26 58.4 0.66 0.44
Hex BC B8 26 0 2 50 1A 3A 42 2C
Octal 274 270 46 0 2 120 32 72 102 54
Binary 10111100 10111000 100110 0 10 1010000 11010 111010 1000010 101100

Color Harmonies of #BCB826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB826

Black with #BCB826

Text Example


Text Example

White with #BCB826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB826; }

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

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

background-color css

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

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

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

border-color css

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

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

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