Html Css Color HEX #BFB629 Earls Green

📋 copy color: '#BFB629'

red 191 ◦ green 182 ◦ blue 41

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

Shades of Earls Green #BFB629

Tints of Earls Green #BFB629

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.96%

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

R = 46.14%
G = 43.96%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BFB629 (or 0xBFB629) is known color: Earls Green. HEX triplet: BF, B6 and 29. RGB value is (191,182,41). Sum of RGB (Red+Green+Blue) = 191+182+41=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB629 is #4049D6. Grayscale: #A9A9A9. Windows color (decimal): -4213207 or 2733759. OLE color: 2733759.

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

Color convert

RGB 191 182 41 -
CMYK 0 0.05 0.79 0.25
HSL 56.4º 0.65% 0.45% -
HSV(B) 56.4º 0.79% 0.75% -
XYZ 38.61 44.69 8.69 -
YUV 168.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 191 182 41 0 0.05 0.79 0.25 56.4 0.65 0.45
Hex BF B6 29 0 5 4F 19 38 41 2D
Octal 277 266 51 0 5 117 31 70 101 55
Binary 10111111 10110110 101001 0 101 1001111 11001 111000 1000001 101101

Color Harmonies of #BFB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB629

Black with #BFB629

Text Example


Text Example

White with #BFB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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