Html Css Color HEX #BFB427 Earls Green

📋 copy color: '#BFB427'

red 191 ◦ green 180 ◦ blue 39

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

Shades of Earls Green #BFB427

Tints of Earls Green #BFB427

RGB

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

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

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

R = 46.59%
G = 43.9%
B = 9.51%

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

#BFB427 (or 0xBFB427) is known color: Earls Green. HEX triplet: BF, B4 and 27. RGB value is (191,180,39). Sum of RGB (Red+Green+Blue) = 191+180+39=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB427 is #404BD8. Grayscale: #A7A7A7. Windows color (decimal): -4213721 or 2602175. OLE color: 2602175.

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

Color convert

RGB 191 180 39 -
CMYK 0 0.06 0.80 0.25
HSL 55.66º 0.66% 0.45% -
HSV(B) 55.66º 0.8% 0.75% -
XYZ 38.17 43.87 8.37 -
YUV 167.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 191 180 39 0 0.06 0.80 0.25 55.66 0.66 0.45
Hex BF B4 27 0 6 50 19 38 42 2D
Octal 277 264 47 0 6 120 31 70 102 55
Binary 10111111 10110100 100111 0 110 1010000 11001 111000 1000010 101101

Color Harmonies of #BFB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB427

Black with #BFB427

Text Example


Text Example

White with #BFB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB427; }

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

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

background-color css

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

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

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

border-color css

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

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

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