Html Css Color HEX #BCB721 Earls Green

📋 copy color: '#BCB721'

red 188 ◦ green 183 ◦ blue 33

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

Shades of Earls Green #BCB721

Tints of Earls Green #BCB721

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.3%

 BLUE value IS 33 (13.28% from 255) = 8.17%

R = 46.53%
G = 45.3%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCB721 (or 0xBCB721) is known color: Earls Green. HEX triplet: BC, B7 and 21. RGB value is (188,183,33). Sum of RGB (Red+Green+Blue) = 188+183+33=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB721 is #4348DE. Grayscale: #A8A8A8. Windows color (decimal): -4409567 or 2209724. OLE color: 2209724.

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

Color convert

RGB 188 183 33 -
CMYK 0 0.03 0.82 0.26
HSL 58.06º 0.7% 0.43% -
HSV(B) 58.06º 0.82% 0.74% -
XYZ 37.95 44.67 8.06 -
YUV 167.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 188 183 33 0 0.03 0.82 0.26 58.06 0.7 0.43
Hex BC B7 21 0 3 52 1A 3A 46 2B
Octal 274 267 41 0 3 122 32 72 106 53
Binary 10111100 10110111 100001 0 11 1010010 11010 111010 1000110 101011

Color Harmonies of #BCB721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB721

Black with #BCB721

Text Example


Text Example

White with #BCB721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB721; }

 p { color: rgb(188,183,33); }

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

background-color css

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

 a { background-color: rgb(188,183,33); }

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

border-color css

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

 span { border-color: rgb(188,183,33); }

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