Html Css Color HEX #BFB228 Earls Green

📋 copy color: '#BFB228'

red 191 ◦ green 178 ◦ blue 40

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

Shades of Earls Green #BFB228

Tints of Earls Green #BFB228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 46.7%
G = 43.52%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BFB228 (or 0xBFB228) is known color: Earls Green. HEX triplet: BF, B2 and 28. RGB value is (191,178,40). Sum of RGB (Red+Green+Blue) = 191+178+40=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB228 is #404DD7. Grayscale: #A6A6A6. Windows color (decimal): -4214232 or 2667199. OLE color: 2667199.

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

Color convert

RGB 191 178 40 -
CMYK 0 0.07 0.79 0.25
HSL 54.83º 0.65% 0.45% -
HSV(B) 54.83º 0.79% 0.75% -
XYZ 37.79 43.07 8.33 -
YUV 166.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 191 178 40 0 0.07 0.79 0.25 54.83 0.65 0.45
Hex BF B2 28 0 7 4F 19 37 41 2D
Octal 277 262 50 0 7 117 31 67 101 55
Binary 10111111 10110010 101000 0 111 1001111 11001 110111 1000001 101101

Color Harmonies of #BFB228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB228

Black with #BFB228

Text Example


Text Example

White with #BFB228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB228; }

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

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

background-color css

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

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

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

border-color css

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

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

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