Html Css Color HEX #BFB227 Earls Green

📋 copy color: '#BFB227'

red 191 ◦ green 178 ◦ blue 39

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

Shades of Earls Green #BFB227

Tints of Earls Green #BFB227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.63%

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

R = 46.81%
G = 43.63%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BFB227 (or 0xBFB227) is known color: Earls Green. HEX triplet: BF, B2 and 27. RGB value is (191,178,39). Sum of RGB (Red+Green+Blue) = 191+178+39=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB227 is #404DD8. Grayscale: #A6A6A6. Windows color (decimal): -4214233 or 2601663. OLE color: 2601663.

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

Color convert

RGB 191 178 39 -
CMYK 0 0.07 0.80 0.25
HSL 54.87º 0.66% 0.45% -
HSV(B) 54.87º 0.8% 0.75% -
XYZ 37.77 43.06 8.24 -
YUV 166.04 56.31 145.8 -
System Red Green Blue C M Y K H S L
Decimal 191 178 39 0 0.07 0.80 0.25 54.87 0.66 0.45
Hex BF B2 27 0 7 50 19 37 42 2D
Octal 277 262 47 0 7 120 31 67 102 55
Binary 10111111 10110010 100111 0 111 1010000 11001 110111 1000010 101101

Color Harmonies of #BFB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB227

Black with #BFB227

Text Example


Text Example

White with #BFB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB227; }

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

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

background-color css

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

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

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

border-color css

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

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

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