Html Css Color HEX #BFB226 Earls Green

📋 copy color: '#BFB226'

red 191 ◦ green 178 ◦ blue 38

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

Shades of Earls Green #BFB226

Tints of Earls Green #BFB226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.34%

R = 46.93%
G = 43.73%
B = 9.34%

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

#BFB226 (or 0xBFB226) is known color: Earls Green. HEX triplet: BF, B2 and 26. RGB value is (191,178,38). Sum of RGB (Red+Green+Blue) = 191+178+38=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB226 is #404DD9. Grayscale: #A6A6A6. Windows color (decimal): -4214234 or 2536127. OLE color: 2536127.

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

Color convert

RGB 191 178 38 -
CMYK 0 0.07 0.80 0.25
HSL 54.9º 0.67% 0.45% -
HSV(B) 54.9º 0.8% 0.75% -
XYZ 37.76 43.06 8.15 -
YUV 165.93 55.81 145.88 -
System Red Green Blue C M Y K H S L
Decimal 191 178 38 0 0.07 0.80 0.25 54.9 0.67 0.45
Hex BF B2 26 0 7 50 19 37 43 2D
Octal 277 262 46 0 7 120 31 67 103 55
Binary 10111111 10110010 100110 0 111 1010000 11001 110111 1000011 101101

Color Harmonies of #BFB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB226

Black with #BFB226

Text Example


Text Example

White with #BFB226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB226; }

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

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

background-color css

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

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

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

border-color css

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

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

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