Html Css Color HEX #BFCF47 Celery

📋 copy color: '#BFCF47'

red 191 ◦ green 207 ◦ blue 71

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

Shades of Celery #BFCF47

Tints of Celery #BFCF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.14%

R = 40.72%
G = 44.14%
B = 15.14%

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

#BFCF47 (or 0xBFCF47) is known color: Celery. HEX triplet: BF, CF and 47. RGB value is (191,207,71). Sum of RGB (Red+Green+Blue) = 191+207+71=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF47 is #4030B8. Grayscale: #BBBBBB. Windows color (decimal): -4206777 or 4706239. OLE color: 4706239.

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

Color convert

RGB 191 207 71 -
CMYK 0.08 0 0.66 0.19
HSL 67.06º 0.59% 0.55% -
HSV(B) 67.06º 0.66% 0.81% -
XYZ 44.94 56.16 14.43 -
YUV 186.71 62.7 131.06 -
System Red Green Blue C M Y K H S L
Decimal 191 207 71 0.08 0 0.66 0.19 67.06 0.59 0.55
Hex BF CF 47 8 0 42 13 43 3B 37
Octal 277 317 107 10 0 102 23 103 73 67
Binary 10111111 11001111 1000111 1000 0 1000010 10011 1000011 111011 110111

Color Harmonies of #BFCF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF47

Black with #BFCF47

Text Example


Text Example

White with #BFCF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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