Html Css Color HEX #BCB929 Earls Green

📋 copy color: '#BCB929'

red 188 ◦ green 185 ◦ blue 41

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

Shades of Earls Green #BCB929

Tints of Earls Green #BCB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.69%

 BLUE value IS 41 (16.41% from 255) = 9.9%

R = 45.41%
G = 44.69%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BCB929 (or 0xBCB929) is known color: Earls Green. HEX triplet: BC, B9 and 29. RGB value is (188,185,41). Sum of RGB (Red+Green+Blue) = 188+185+41=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB929 is #4346D6. Grayscale: #AAAAAA. Windows color (decimal): -4409047 or 2734524. OLE color: 2734524.

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

Color convert

RGB 188 185 41 -
CMYK 0 0.02 0.78 0.26
HSL 58.78º 0.64% 0.45% -
HSV(B) 58.78º 0.78% 0.74% -
XYZ 38.49 45.55 8.86 -
YUV 169.48 55.49 141.21 -
System Red Green Blue C M Y K H S L
Decimal 188 185 41 0 0.02 0.78 0.26 58.78 0.64 0.45
Hex BC B9 29 0 2 4E 1A 3B 40 2D
Octal 274 271 51 0 2 116 32 73 100 55
Binary 10111100 10111001 101001 0 10 1001110 11010 111011 1000000 101101

Color Harmonies of #BCB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB929

Black with #BCB929

Text Example


Text Example

White with #BCB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB929; }

 p { color: rgb(188,185,41); }

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

background-color css

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

 a { background-color: rgb(188,185,41); }

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

border-color css

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

 span { border-color: rgb(188,185,41); }

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