Html Css Color HEX #BCB72B Earls Green

📋 copy color: '#BCB72B'

red 188 ◦ green 183 ◦ blue 43

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

Shades of Earls Green #BCB72B

Tints of Earls Green #BCB72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.39%

R = 45.41%
G = 44.2%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BCB72B (or 0xBCB72B) is known color: Earls Green. HEX triplet: BC, B7 and 2B. RGB value is (188,183,43). Sum of RGB (Red+Green+Blue) = 188+183+43=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB72B is #4348D4. Grayscale: #A9A9A9. Windows color (decimal): -4409557 or 2865084. OLE color: 2865084.

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

Color convert

RGB 188 183 43 -
CMYK 0 0.03 0.77 0.26
HSL 57.93º 0.63% 0.45% -
HSV(B) 57.93º 0.77% 0.74% -
XYZ 38.11 44.73 8.91 -
YUV 168.54 57.16 141.88 -
System Red Green Blue C M Y K H S L
Decimal 188 183 43 0 0.03 0.77 0.26 57.93 0.63 0.45
Hex BC B7 2B 0 3 4D 1A 3A 3F 2D
Octal 274 267 53 0 3 115 32 72 77 55
Binary 10111100 10110111 101011 0 11 1001101 11010 111010 111111 101101

Color Harmonies of #BCB72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB72B

Black with #BCB72B

Text Example


Text Example

White with #BCB72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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