Html Css Color HEX #BFC13D Celery

📋 copy color: '#BFC13D'

red 191 ◦ green 193 ◦ blue 61

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

Shades of Celery #BFC13D

Tints of Celery #BFC13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.71%

R = 42.92%
G = 43.37%
B = 13.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#BFC13D (or 0xBFC13D) is known color: Celery. HEX triplet: BF, C1 and 3D. RGB value is (191,193,61). Sum of RGB (Red+Green+Blue) = 191+193+61=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC13D is #403EC2. Grayscale: #B1B1B1. Windows color (decimal): -4210371 or 4047295. OLE color: 4047295.

HSL color Cylindrical-coordinate representation of color #BFC13D: hue angle of 60.91º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFC13D is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 61 -
CMYK 0.01 0 0.68 0.24
HSL 60.91º 0.52% 0.5% -
HSV(B) 60.91º 0.68% 0.76% -
XYZ 41.4 49.55 11.8 -
YUV 177.35 62.34 137.73 -
System Red Green Blue C M Y K H S L
Decimal 191 193 61 0.01 0 0.68 0.24 60.91 0.52 0.5
Hex BF C1 3D 1 0 44 18 3D 34 32
Octal 277 301 75 1 0 104 30 75 64 62
Binary 10111111 11000001 111101 1 0 1000100 11000 111101 110100 110010

Color Harmonies of #BFC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC13D

Black with #BFC13D

Text Example


Text Example

White with #BFC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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