Html Css Color HEX #BCB11B Earls Green

📋 copy color: '#BCB11B'

red 188 ◦ green 177 ◦ blue 27

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

Shades of Earls Green #BCB11B

Tints of Earls Green #BCB11B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.15%

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

R = 47.96%
G = 45.15%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BCB11B (or 0xBCB11B) is known color: Earls Green. HEX triplet: BC, B1 and 1B. RGB value is (188,177,27). Sum of RGB (Red+Green+Blue) = 188+177+27=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB11B is #434EE4. Grayscale: #A3A3A3. Windows color (decimal): -4411109 or 1814972. OLE color: 1814972.

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

Color convert

RGB 188 177 27 -
CMYK 0 0.06 0.86 0.26
HSL 55.9º 0.75% 0.42% -
HSV(B) 55.9º 0.86% 0.74% -
XYZ 36.66 42.21 7.25 -
YUV 163.19 51.14 145.7 -
System Red Green Blue C M Y K H S L
Decimal 188 177 27 0 0.06 0.86 0.26 55.9 0.75 0.42
Hex BC B1 1B 0 6 56 1A 38 4B 2A
Octal 274 261 33 0 6 126 32 70 113 52
Binary 10111100 10110001 11011 0 110 1010110 11010 111000 1001011 101010

Color Harmonies of #BCB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB11B

Black with #BCB11B

Text Example


Text Example

White with #BCB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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