Html Css Color HEX #BFD14B Celery

📋 copy color: '#BFD14B'

red 191 ◦ green 209 ◦ blue 75

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

Shades of Celery #BFD14B

Tints of Celery #BFD14B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44%

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

R = 40.21%
G = 44%
B = 15.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#BFD14B (or 0xBFD14B) is known color: Celery. HEX triplet: BF, D1 and 4B. RGB value is (191,209,75). Sum of RGB (Red+Green+Blue) = 191+209+75=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD14B is #402EB4. Grayscale: #BCBCBC. Windows color (decimal): -4206261 or 4968895. OLE color: 4968895.

HSL color Cylindrical-coordinate representation of color #BFD14B: hue angle of 68.06º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFD14B is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 75 -
CMYK 0.09 0 0.64 0.18
HSL 68.06º 0.59% 0.56% -
HSV(B) 68.06º 0.64% 0.82% -
XYZ 45.56 57.19 15.29 -
YUV 188.34 64.04 129.9 -
System Red Green Blue C M Y K H S L
Decimal 191 209 75 0.09 0 0.64 0.18 68.06 0.59 0.56
Hex BF D1 4B 9 0 40 12 44 3B 38
Octal 277 321 113 11 0 100 22 104 73 70
Binary 10111111 11010001 1001011 1001 0 1000000 10010 1000100 111011 111000

Color Harmonies of #BFD14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD14B

Black with #BFD14B

Text Example


Text Example

White with #BFD14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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