Html Css Color HEX #BFC14B Celery

📋 copy color: '#BFC14B'

red 191 ◦ green 193 ◦ blue 75

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

Shades of Celery #BFC14B

Tints of Celery #BFC14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.34%

R = 41.61%
G = 42.05%
B = 16.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#BFC14B (or 0xBFC14B) is known color: Celery. HEX triplet: BF, C1 and 4B. RGB value is (191,193,75). Sum of RGB (Red+Green+Blue) = 191+193+75=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC14B is #403EB4. Grayscale: #B3B3B3. Windows color (decimal): -4210357 or 4964799. OLE color: 4964799.

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

Color convert

RGB 191 193 75 -
CMYK 0.01 0 0.61 0.24
HSL 61.02º 0.49% 0.53% -
HSV(B) 61.02º 0.61% 0.76% -
XYZ 41.83 49.72 14.05 -
YUV 178.95 69.34 136.59 -
System Red Green Blue C M Y K H S L
Decimal 191 193 75 0.01 0 0.61 0.24 61.02 0.49 0.53
Hex BF C1 4B 1 0 3D 18 3D 31 35
Octal 277 301 113 1 0 75 30 75 61 65
Binary 10111111 11000001 1001011 1 0 111101 11000 111101 110001 110101

Color Harmonies of #BFC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC14B

Black with #BFC14B

Text Example


Text Example

White with #BFC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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