Html Css Color HEX #BFB329 Earls Green

📋 copy color: '#BFB329'

red 191 ◦ green 179 ◦ blue 41

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

Shades of Earls Green #BFB329

Tints of Earls Green #BFB329

RGB

 RED value IS 191 (75% from 255) = 46.47%

 GREEN value IS 179 (70.31% from 255) = 43.55%

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

R = 46.47%
G = 43.55%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BFB329 (or 0xBFB329) is known color: Earls Green. HEX triplet: BF, B3 and 29. RGB value is (191,179,41). Sum of RGB (Red+Green+Blue) = 191+179+41=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB329 is #404CD6. Grayscale: #A7A7A7. Windows color (decimal): -4213975 or 2732991. OLE color: 2732991.

HSL color Cylindrical-coordinate representation of color #BFB329: hue angle of 55.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFB329 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 41 -
CMYK 0 0.06 0.79 0.25
HSL 55.2º 0.65% 0.45% -
HSV(B) 55.2º 0.79% 0.75% -
XYZ 38.01 43.48 8.49 -
YUV 166.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 191 179 41 0 0.06 0.79 0.25 55.2 0.65 0.45
Hex BF B3 29 0 6 4F 19 37 41 2D
Octal 277 263 51 0 6 117 31 67 101 55
Binary 10111111 10110011 101001 0 110 1001111 11001 110111 1000001 101101

Color Harmonies of #BFB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB329

Black with #BFB329

Text Example


Text Example

White with #BFB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB329; }

 p { color: rgb(191,179,41); }

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

background-color css

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

 a { background-color: rgb(191,179,41); }

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

border-color css

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

 span { border-color: rgb(191,179,41); }

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