Html Css Color HEX #BCB130 Earls Green

📋 copy color: '#BCB130'

red 188 ◦ green 177 ◦ blue 48

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

Shades of Earls Green #BCB130

Tints of Earls Green #BCB130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.62%

R = 45.52%
G = 42.86%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCB130 (or 0xBCB130) is known color: Earls Green. HEX triplet: BC, B1 and 30. RGB value is (188,177,48). Sum of RGB (Red+Green+Blue) = 188+177+48=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB130 is #434ECF. Grayscale: #A6A6A6. Windows color (decimal): -4411088 or 3191228. OLE color: 3191228.

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

Color convert

RGB 188 177 48 -
CMYK 0 0.06 0.74 0.26
HSL 55.29º 0.59% 0.46% -
HSV(B) 55.29º 0.74% 0.74% -
XYZ 36.99 42.35 9.02 -
YUV 165.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 188 177 48 0 0.06 0.74 0.26 55.29 0.59 0.46
Hex BC B1 30 0 6 4A 1A 37 3B 2E
Octal 274 261 60 0 6 112 32 67 73 56
Binary 10111100 10110001 110000 0 110 1001010 11010 110111 111011 101110

Color Harmonies of #BCB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB130

Black with #BCB130

Text Example


Text Example

White with #BCB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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