Html Css Color HEX #BFCC46 Celery

📋 copy color: '#BFCC46'

red 191 ◦ green 204 ◦ blue 70

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

Shades of Celery #BFCC46

Tints of Celery #BFCC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.87%

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

R = 41.08%
G = 43.87%
B = 15.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#BFCC46 (or 0xBFCC46) is known color: Celery. HEX triplet: BF, CC and 46. RGB value is (191,204,70). Sum of RGB (Red+Green+Blue) = 191+204+70=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC46 is #4033B9. Grayscale: #B9B9B9. Windows color (decimal): -4207546 or 4639935. OLE color: 4639935.

HSL color Cylindrical-coordinate representation of color #BFCC46: hue angle of 65.82º 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 #BFCC46 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 70 -
CMYK 0.06 0 0.66 0.2
HSL 65.82º 0.57% 0.54% -
HSV(B) 65.82º 0.66% 0.8% -
XYZ 44.18 54.7 14.02 -
YUV 184.84 63.19 132.4 -
System Red Green Blue C M Y K H S L
Decimal 191 204 70 0.06 0 0.66 0.2 65.82 0.57 0.54
Hex BF CC 46 6 0 42 14 42 39 36
Octal 277 314 106 6 0 102 24 102 71 66
Binary 10111111 11001100 1000110 110 0 1000010 10100 1000010 111001 110110

Color Harmonies of #BFCC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC46

Black with #BFCC46

Text Example


Text Example

White with #BFCC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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