Html Css Color HEX #BFB426 Earls Green

📋 copy color: '#BFB426'

red 191 ◦ green 180 ◦ blue 38

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

Shades of Earls Green #BFB426

Tints of Earls Green #BFB426

RGB

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

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

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

R = 46.7%
G = 44.01%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BFB426 (or 0xBFB426) is known color: Earls Green. HEX triplet: BF, B4 and 26. RGB value is (191,180,38). Sum of RGB (Red+Green+Blue) = 191+180+38=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB426 is #404BD9. Grayscale: #A7A7A7. Windows color (decimal): -4213722 or 2536639. OLE color: 2536639.

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

Color convert

RGB 191 180 38 -
CMYK 0 0.06 0.80 0.25
HSL 55.69º 0.67% 0.45% -
HSV(B) 55.69º 0.8% 0.75% -
XYZ 38.16 43.86 8.29 -
YUV 167.1 55.14 145.05 -
System Red Green Blue C M Y K H S L
Decimal 191 180 38 0 0.06 0.80 0.25 55.69 0.67 0.45
Hex BF B4 26 0 6 50 19 38 43 2D
Octal 277 264 46 0 6 120 31 70 103 55
Binary 10111111 10110100 100110 0 110 1010000 11001 111000 1000011 101101

Color Harmonies of #BFB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB426

Black with #BFB426

Text Example


Text Example

White with #BFB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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