Html Css Color HEX #BCB727 Earls Green

📋 copy color: '#BCB727'

red 188 ◦ green 183 ◦ blue 39

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

Shades of Earls Green #BCB727

Tints of Earls Green #BCB727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.51%

R = 45.85%
G = 44.63%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCB727 (or 0xBCB727) is known color: Earls Green. HEX triplet: BC, B7 and 27. RGB value is (188,183,39). Sum of RGB (Red+Green+Blue) = 188+183+39=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB727 is #4348D8. Grayscale: #A8A8A8. Windows color (decimal): -4409561 or 2602940. OLE color: 2602940.

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

Color convert

RGB 188 183 39 -
CMYK 0 0.03 0.79 0.26
HSL 57.99º 0.66% 0.45% -
HSV(B) 57.99º 0.79% 0.74% -
XYZ 38.04 44.7 8.54 -
YUV 168.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 188 183 39 0 0.03 0.79 0.26 57.99 0.66 0.45
Hex BC B7 27 0 3 4F 1A 3A 42 2D
Octal 274 267 47 0 3 117 32 72 102 55
Binary 10111100 10110111 100111 0 11 1001111 11010 111010 1000010 101101

Color Harmonies of #BCB727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB727

Black with #BCB727

Text Example


Text Example

White with #BCB727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB727; }

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

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

background-color css

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

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

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

border-color css

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

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

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