Html Css Color HEX #BFB829 Earls Green

📋 copy color: '#BFB829'

red 191 ◦ green 184 ◦ blue 41

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

Shades of Earls Green #BFB829

Tints of Earls Green #BFB829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.23%

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

R = 45.91%
G = 44.23%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BFB829 (or 0xBFB829) is known color: Earls Green. HEX triplet: BF, B8 and 29. RGB value is (191,184,41). Sum of RGB (Red+Green+Blue) = 191+184+41=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB829 is #4047D6. Grayscale: #AAAAAA. Windows color (decimal): -4212695 or 2734271. OLE color: 2734271.

HSL color Cylindrical-coordinate representation of color #BFB829: hue angle of 57.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 #BFB829 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 184 41 -
CMYK 0 0.04 0.79 0.25
HSL 57.2º 0.65% 0.45% -
HSV(B) 57.2º 0.79% 0.75% -
XYZ 39.03 45.52 8.83 -
YUV 169.79 55.32 143.13 -
System Red Green Blue C M Y K H S L
Decimal 191 184 41 0 0.04 0.79 0.25 57.2 0.65 0.45
Hex BF B8 29 0 4 4F 19 39 41 2D
Octal 277 270 51 0 4 117 31 71 101 55
Binary 10111111 10111000 101001 0 100 1001111 11001 111001 1000001 101101

Color Harmonies of #BFB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB829

Black with #BFB829

Text Example


Text Example

White with #BFB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB829; }

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

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

background-color css

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

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

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

border-color css

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

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

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