Html Css Color HEX #BFCF46 Celery

📋 copy color: '#BFCF46'

red 191 ◦ green 207 ◦ blue 70

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

Shades of Celery #BFCF46

Tints of Celery #BFCF46

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.23%

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

R = 40.81%
G = 44.23%
B = 14.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#BFCF46 (or 0xBFCF46) is known color: Celery. HEX triplet: BF, CF and 46. RGB value is (191,207,70). Sum of RGB (Red+Green+Blue) = 191+207+70=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF46 is #4030B9. Grayscale: #BBBBBB. Windows color (decimal): -4206778 or 4640703. OLE color: 4640703.

HSL color Cylindrical-coordinate representation of color #BFCF46: hue angle of 67.01º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFCF46 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 70 -
CMYK 0.08 0 0.66 0.19
HSL 67.01º 0.59% 0.54% -
HSV(B) 67.01º 0.66% 0.81% -
XYZ 44.9 56.14 14.26 -
YUV 186.6 62.2 131.14 -
System Red Green Blue C M Y K H S L
Decimal 191 207 70 0.08 0 0.66 0.19 67.01 0.59 0.54
Hex BF CF 46 8 0 42 13 43 3B 36
Octal 277 317 106 10 0 102 23 103 73 66
Binary 10111111 11001111 1000110 1000 0 1000010 10011 1000011 111011 110110

Color Harmonies of #BFCF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF46

Black with #BFCF46

Text Example


Text Example

White with #BFCF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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