Html Css Color HEX #BFC345 Celery

📋 copy color: '#BFC345'

red 191 ◦ green 195 ◦ blue 69

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

Shades of Celery #BFC345

Tints of Celery #BFC345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.86%

 BLUE value IS 69 (27.34% from 255) = 15.16%

R = 41.98%
G = 42.86%
B = 15.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#BFC345 (or 0xBFC345) is known color: Celery. HEX triplet: BF, C3 and 45. RGB value is (191,195,69). Sum of RGB (Red+Green+Blue) = 191+195+69=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC345 is #403CBA. Grayscale: #B3B3B3. Windows color (decimal): -4209851 or 4572095. OLE color: 4572095.

HSL color Cylindrical-coordinate representation of color #BFC345: hue angle of 61.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFC345 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 69 -
CMYK 0.02 0 0.65 0.24
HSL 61.9º 0.51% 0.52% -
HSV(B) 61.9º 0.65% 0.76% -
XYZ 42.08 50.54 13.17 -
YUV 179.44 65.67 136.25 -
System Red Green Blue C M Y K H S L
Decimal 191 195 69 0.02 0 0.65 0.24 61.9 0.51 0.52
Hex BF C3 45 2 0 41 18 3E 33 34
Octal 277 303 105 2 0 101 30 76 63 64
Binary 10111111 11000011 1000101 10 0 1000001 11000 111110 110011 110100

Color Harmonies of #BFC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC345

Black with #BFC345

Text Example


Text Example

White with #BFC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC345; }

 p { color: rgb(191,195,69); }

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

background-color css

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

 a { background-color: rgb(191,195,69); }

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

border-color css

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

 span { border-color: rgb(191,195,69); }

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