Html Css Color HEX #BCB21B Earls Green

📋 copy color: '#BCB21B'

red 188 ◦ green 178 ◦ blue 27

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

Shades of Earls Green #BCB21B

Tints of Earls Green #BCB21B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.29%

 BLUE value IS 27 (10.94% from 255) = 6.87%

R = 47.84%
G = 45.29%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BCB21B (or 0xBCB21B) is known color: Earls Green. HEX triplet: BC, B2 and 1B. RGB value is (188,178,27). Sum of RGB (Red+Green+Blue) = 188+178+27=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB21B is #434DE4. Grayscale: #A4A4A4. Windows color (decimal): -4410853 or 1815228. OLE color: 1815228.

HSL color Cylindrical-coordinate representation of color #BCB21B: hue angle of 56.27º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCB21B is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 27 -
CMYK 0 0.05 0.86 0.26
HSL 56.27º 0.75% 0.42% -
HSV(B) 56.27º 0.86% 0.74% -
XYZ 36.86 42.61 7.32 -
YUV 163.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 188 178 27 0 0.05 0.86 0.26 56.27 0.75 0.42
Hex BC B2 1B 0 5 56 1A 38 4B 2A
Octal 274 262 33 0 5 126 32 70 113 52
Binary 10111100 10110010 11011 0 101 1010110 11010 111000 1001011 101010

Color Harmonies of #BCB21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB21B

Black with #BCB21B

Text Example


Text Example

White with #BCB21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB21B; }

 p { color: rgb(188,178,27); }

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

background-color css

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

 a { background-color: rgb(188,178,27); }

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

border-color css

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

 span { border-color: rgb(188,178,27); }

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