Html Css Color HEX #BCB321 Earls Green

📋 copy color: '#BCB321'

red 188 ◦ green 179 ◦ blue 33

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

Shades of Earls Green #BCB321

Tints of Earls Green #BCB321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.75%

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

R = 47%
G = 44.75%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCB321 (or 0xBCB321) is known color: Earls Green. HEX triplet: BC, B3 and 21. RGB value is (188,179,33). Sum of RGB (Red+Green+Blue) = 188+179+33=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB321 is #434CDE. Grayscale: #A5A5A5. Windows color (decimal): -4410591 or 2208700. OLE color: 2208700.

HSL color Cylindrical-coordinate representation of color #BCB321: hue angle of 56.52º 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 #BCB321 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 33 -
CMYK 0 0.05 0.82 0.26
HSL 56.52º 0.7% 0.43% -
HSV(B) 56.52º 0.82% 0.74% -
XYZ 37.13 43.04 7.79 -
YUV 165.05 53.48 144.37 -
System Red Green Blue C M Y K H S L
Decimal 188 179 33 0 0.05 0.82 0.26 56.52 0.7 0.43
Hex BC B3 21 0 5 52 1A 39 46 2B
Octal 274 263 41 0 5 122 32 71 106 53
Binary 10111100 10110011 100001 0 101 1010010 11010 111001 1000110 101011

Color Harmonies of #BCB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB321

Black with #BCB321

Text Example


Text Example

White with #BCB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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