Html Css Color HEX #BCB628 Earls Green

📋 copy color: '#BCB628'

red 188 ◦ green 182 ◦ blue 40

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

Shades of Earls Green #BCB628

Tints of Earls Green #BCB628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.39%

 BLUE value IS 40 (16.02% from 255) = 9.76%

R = 45.85%
G = 44.39%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCB628 (or 0xBCB628) is known color: Earls Green. HEX triplet: BC, B6 and 28. RGB value is (188,182,40). Sum of RGB (Red+Green+Blue) = 188+182+40=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB628 is #4349D7. Grayscale: #A8A8A8. Windows color (decimal): -4409816 or 2668220. OLE color: 2668220.

HSL color Cylindrical-coordinate representation of color #BCB628: hue angle of 57.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCB628 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 40 -
CMYK 0 0.03 0.79 0.26
HSL 57.57º 0.65% 0.45% -
HSV(B) 57.57º 0.79% 0.74% -
XYZ 37.85 44.3 8.56 -
YUV 167.61 55.99 142.55 -
System Red Green Blue C M Y K H S L
Decimal 188 182 40 0 0.03 0.79 0.26 57.57 0.65 0.45
Hex BC B6 28 0 3 4F 1A 3A 41 2D
Octal 274 266 50 0 3 117 32 72 101 55
Binary 10111100 10110110 101000 0 11 1001111 11010 111010 1000001 101101

Color Harmonies of #BCB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB628

Black with #BCB628

Text Example


Text Example

White with #BCB628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB628; }

 p { color: rgb(188,182,40); }

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

background-color css

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

 a { background-color: rgb(188,182,40); }

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

border-color css

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

 span { border-color: rgb(188,182,40); }

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