Html Css Color HEX #BFBE3A Celery

📋 copy color: '#BFBE3A'

red 191 ◦ green 190 ◦ blue 58

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

Shades of Celery #BFBE3A

Tints of Celery #BFBE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.28%

 BLUE value IS 58 (23.05% from 255) = 13.21%

R = 43.51%
G = 43.28%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BFBE3A (or 0xBFBE3A) is known color: Celery. HEX triplet: BF, BE and 3A. RGB value is (191,190,58). Sum of RGB (Red+Green+Blue) = 191+190+58=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE3A is #4041C5. Grayscale: #AFAFAF. Windows color (decimal): -4211142 or 3849919. OLE color: 3849919.

HSL color Cylindrical-coordinate representation of color #BFBE3A: hue angle of 59.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFBE3A is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 190 58 -
CMYK 0 0.01 0.70 0.25
HSL 59.55º 0.53% 0.49% -
HSV(B) 59.55º 0.7% 0.75% -
XYZ 40.66 48.21 11.17 -
YUV 175.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 191 190 58 0 0.01 0.70 0.25 59.55 0.53 0.49
Hex BF BE 3A 0 1 46 19 3C 35 31
Octal 277 276 72 0 1 106 31 74 65 61
Binary 10111111 10111110 111010 0 1 1000110 11001 111100 110101 110001

Color Harmonies of #BFBE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE3A

Black with #BFBE3A

Text Example


Text Example

White with #BFBE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE3A; }

 p { color: rgb(191,190,58); }

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

background-color css

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

 a { background-color: rgb(191,190,58); }

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

border-color css

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

 span { border-color: rgb(191,190,58); }

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