Html Css Color HEX #BFB327 Earls Green

📋 copy color: '#BFB327'

red 191 ◦ green 179 ◦ blue 39

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

Shades of Earls Green #BFB327

Tints of Earls Green #BFB327

RGB

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

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

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

R = 46.7%
G = 43.77%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BFB327 (or 0xBFB327) is known color: Earls Green. HEX triplet: BF, B3 and 27. RGB value is (191,179,39). Sum of RGB (Red+Green+Blue) = 191+179+39=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB327 is #404CD8. Grayscale: #A7A7A7. Windows color (decimal): -4213977 or 2601919. OLE color: 2601919.

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

Color convert

RGB 191 179 39 -
CMYK 0 0.06 0.80 0.25
HSL 55.26º 0.66% 0.45% -
HSV(B) 55.26º 0.8% 0.75% -
XYZ 37.97 43.46 8.31 -
YUV 166.63 55.98 145.38 -
System Red Green Blue C M Y K H S L
Decimal 191 179 39 0 0.06 0.80 0.25 55.26 0.66 0.45
Hex BF B3 27 0 6 50 19 37 42 2D
Octal 277 263 47 0 6 120 31 67 102 55
Binary 10111111 10110011 100111 0 110 1010000 11001 110111 1000010 101101

Color Harmonies of #BFB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB327

Black with #BFB327

Text Example


Text Example

White with #BFB327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB327; }

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

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

background-color css

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

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

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

border-color css

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

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

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