Html Css Color HEX #BCB022 Earls Green

📋 copy color: '#BCB022'

red 188 ◦ green 176 ◦ blue 34

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

Shades of Earls Green #BCB022

Tints of Earls Green #BCB022

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.22%

 BLUE value IS 34 (13.67% from 255) = 8.54%

R = 47.24%
G = 44.22%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCB022 (or 0xBCB022) is known color: Earls Green. HEX triplet: BC, B0 and 22. RGB value is (188,176,34). Sum of RGB (Red+Green+Blue) = 188+176+34=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB022 is #434FDD. Grayscale: #A3A3A3. Windows color (decimal): -4411358 or 2273468. OLE color: 2273468.

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

Color convert

RGB 188 176 34 -
CMYK 0 0.06 0.82 0.26
HSL 55.32º 0.69% 0.44% -
HSV(B) 55.32º 0.82% 0.74% -
XYZ 36.55 41.86 7.67 -
YUV 163.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 188 176 34 0 0.06 0.82 0.26 55.32 0.69 0.44
Hex BC B0 22 0 6 52 1A 37 45 2C
Octal 274 260 42 0 6 122 32 67 105 54
Binary 10111100 10110000 100010 0 110 1010010 11010 110111 1000101 101100

Color Harmonies of #BCB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB022

Black with #BCB022

Text Example


Text Example

White with #BCB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB022; }

 p { color: rgb(188,176,34); }

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

background-color css

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

 a { background-color: rgb(188,176,34); }

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

border-color css

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

 span { border-color: rgb(188,176,34); }

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