Html Css Color HEX #BCB632 Earls Green

📋 copy color: '#BCB632'

red 188 ◦ green 182 ◦ blue 50

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

Shades of Earls Green #BCB632

Tints of Earls Green #BCB632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.9%

R = 44.76%
G = 43.33%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCB632 (or 0xBCB632) is known color: Earls Green. HEX triplet: BC, B6 and 32. RGB value is (188,182,50). Sum of RGB (Red+Green+Blue) = 188+182+50=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB632 is #4349CD. Grayscale: #A9A9A9. Windows color (decimal): -4409806 or 3323580. OLE color: 3323580.

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

Color convert

RGB 188 182 50 -
CMYK 0 0.03 0.73 0.26
HSL 57.39º 0.58% 0.47% -
HSV(B) 57.39º 0.73% 0.74% -
XYZ 38.04 44.38 9.58 -
YUV 168.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 188 182 50 0 0.03 0.73 0.26 57.39 0.58 0.47
Hex BC B6 32 0 3 49 1A 39 3A 2F
Octal 274 266 62 0 3 111 32 71 72 57
Binary 10111100 10110110 110010 0 11 1001001 11010 111001 111010 101111

Color Harmonies of #BCB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB632

Black with #BCB632

Text Example


Text Example

White with #BCB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB632; }

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

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

background-color css

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

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

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

border-color css

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

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

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