Html Css Color HEX #BCB623 Earls Green

📋 copy color: '#BCB623'

red 188 ◦ green 182 ◦ blue 35

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

Shades of Earls Green #BCB623

Tints of Earls Green #BCB623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.64%

R = 46.42%
G = 44.94%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCB623 (or 0xBCB623) is known color: Earls Green. HEX triplet: BC, B6 and 23. RGB value is (188,182,35). Sum of RGB (Red+Green+Blue) = 188+182+35=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB623 is #4349DC. Grayscale: #A7A7A7. Windows color (decimal): -4409821 or 2340540. OLE color: 2340540.

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

Color convert

RGB 188 182 35 -
CMYK 0 0.03 0.81 0.26
HSL 57.65º 0.69% 0.44% -
HSV(B) 57.65º 0.81% 0.74% -
XYZ 37.77 44.27 8.14 -
YUV 167.04 53.49 142.95 -
System Red Green Blue C M Y K H S L
Decimal 188 182 35 0 0.03 0.81 0.26 57.65 0.69 0.44
Hex BC B6 23 0 3 51 1A 3A 45 2C
Octal 274 266 43 0 3 121 32 72 105 54
Binary 10111100 10110110 100011 0 11 1010001 11010 111010 1000101 101100

Color Harmonies of #BCB623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB623

Black with #BCB623

Text Example


Text Example

White with #BCB623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB623; }

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

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

background-color css

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

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

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

border-color css

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

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

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