Html Css Color HEX #BFCD46 Celery

📋 copy color: '#BFCD46'

red 191 ◦ green 205 ◦ blue 70

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

Shades of Celery #BFCD46

Tints of Celery #BFCD46

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

 BLUE value IS 70 (27.73% from 255) = 15.02%

R = 40.99%
G = 43.99%
B = 15.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#BFCD46 (or 0xBFCD46) is known color: Celery. HEX triplet: BF, CD and 46. RGB value is (191,205,70). Sum of RGB (Red+Green+Blue) = 191+205+70=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD46 is #4032B9. Grayscale: #B9B9B9. Windows color (decimal): -4207290 or 4640191. OLE color: 4640191.

HSL color Cylindrical-coordinate representation of color #BFCD46: hue angle of 66.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFCD46 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 70 -
CMYK 0.07 0 0.66 0.20
HSL 66.22º 0.57% 0.54% -
HSV(B) 66.22º 0.66% 0.8% -
XYZ 44.42 55.18 14.1 -
YUV 185.42 62.86 131.98 -
System Red Green Blue C M Y K H S L
Decimal 191 205 70 0.07 0 0.66 0.20 66.22 0.57 0.54
Hex BF CD 46 7 0 42 14 42 39 36
Octal 277 315 106 7 0 102 24 102 71 66
Binary 10111111 11001101 1000110 111 0 1000010 10100 1000010 111001 110110

Color Harmonies of #BFCD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD46

Black with #BFCD46

Text Example


Text Example

White with #BFCD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD46; }

 p { color: rgb(191,205,70); }

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

background-color css

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

 a { background-color: rgb(191,205,70); }

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

border-color css

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

 span { border-color: rgb(191,205,70); }

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