Html Css Color HEX #BFB41A Earls Green

📋 copy color: '#BFB41A'

red 191 ◦ green 180 ◦ blue 26

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

Shades of Earls Green #BFB41A

Tints of Earls Green #BFB41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.34%

 BLUE value IS 26 (10.55% from 255) = 6.55%

R = 48.11%
G = 45.34%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BFB41A (or 0xBFB41A) is known color: Earls Green. HEX triplet: BF, B4 and 1A. RGB value is (191,180,26). Sum of RGB (Red+Green+Blue) = 191+180+26=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB41A is #404BE5. Grayscale: #A6A6A6. Windows color (decimal): -4213734 or 1750207. OLE color: 1750207.

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

Color convert

RGB 191 180 26 -
CMYK 0 0.06 0.86 0.25
HSL 56º 0.76% 0.43% -
HSV(B) 56º 0.86% 0.75% -
XYZ 37.99 43.79 7.43 -
YUV 165.73 49.14 146.02 -
System Red Green Blue C M Y K H S L
Decimal 191 180 26 0 0.06 0.86 0.25 56 0.76 0.43
Hex BF B4 1A 0 6 56 19 38 4C 2B
Octal 277 264 32 0 6 126 31 70 114 53
Binary 10111111 10110100 11010 0 110 1010110 11001 111000 1001100 101011

Color Harmonies of #BFB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB41A

Black with #BFB41A

Text Example


Text Example

White with #BFB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB41A; }

 p { color: rgb(191,180,26); }

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

background-color css

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

 a { background-color: rgb(191,180,26); }

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

border-color css

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

 span { border-color: rgb(191,180,26); }

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