Html Css Color HEX #BFC13A Celery

📋 copy color: '#BFC13A'

red 191 ◦ green 193 ◦ blue 58

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

Shades of Celery #BFC13A

Tints of Celery #BFC13A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.67%

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

R = 43.21%
G = 43.67%
B = 13.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#BFC13A (or 0xBFC13A) is known color: Celery. HEX triplet: BF, C1 and 3A. RGB value is (191,193,58). Sum of RGB (Red+Green+Blue) = 191+193+58=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC13A is #403EC5. Grayscale: #B1B1B1. Windows color (decimal): -4210374 or 3850687. OLE color: 3850687.

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

Color convert

RGB 191 193 58 -
CMYK 0.01 0 0.70 0.24
HSL 60.89º 0.54% 0.49% -
HSV(B) 60.89º 0.7% 0.76% -
XYZ 41.32 49.52 11.38 -
YUV 177.01 60.84 137.98 -
System Red Green Blue C M Y K H S L
Decimal 191 193 58 0.01 0 0.70 0.24 60.89 0.54 0.49
Hex BF C1 3A 1 0 46 18 3D 36 31
Octal 277 301 72 1 0 106 30 75 66 61
Binary 10111111 11000001 111010 1 0 1000110 11000 111101 110110 110001

Color Harmonies of #BFC13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC13A

Black with #BFC13A

Text Example


Text Example

White with #BFC13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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