Html Css Color HEX #BFCD47 Celery

📋 copy color: '#BFCD47'

red 191 ◦ green 205 ◦ blue 71

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

Shades of Celery #BFCD47

Tints of Celery #BFCD47

RGB

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

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

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

R = 40.9%
G = 43.9%
B = 15.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#BFCD47 (or 0xBFCD47) is known color: Celery. HEX triplet: BF, CD and 47. RGB value is (191,205,71). Sum of RGB (Red+Green+Blue) = 191+205+71=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD47 is #4032B8. Grayscale: #BABABA. Windows color (decimal): -4207289 or 4705727. OLE color: 4705727.

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

Color convert

RGB 191 205 71 -
CMYK 0.07 0 0.65 0.20
HSL 66.27º 0.57% 0.54% -
HSV(B) 66.27º 0.65% 0.8% -
XYZ 44.45 55.19 14.27 -
YUV 185.54 63.36 131.9 -
System Red Green Blue C M Y K H S L
Decimal 191 205 71 0.07 0 0.65 0.20 66.27 0.57 0.54
Hex BF CD 47 7 0 41 14 42 39 36
Octal 277 315 107 7 0 101 24 102 71 66
Binary 10111111 11001101 1000111 111 0 1000001 10100 1000010 111001 110110

Color Harmonies of #BFCD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD47

Black with #BFCD47

Text Example


Text Example

White with #BFCD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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