Html Css Color HEX #BFC34C Celery

📋 copy color: '#BFC34C'

red 191 ◦ green 195 ◦ blue 76

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

Shades of Celery #BFC34C

Tints of Celery #BFC34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.45%

R = 41.34%
G = 42.21%
B = 16.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#BFC34C (or 0xBFC34C) is known color: Celery. HEX triplet: BF, C3 and 4C. RGB value is (191,195,76). Sum of RGB (Red+Green+Blue) = 191+195+76=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC34C is #403CB3. Grayscale: #B4B4B4. Windows color (decimal): -4209844 or 5030847. OLE color: 5030847.

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

Color convert

RGB 191 195 76 -
CMYK 0.02 0 0.61 0.24
HSL 62.02º 0.5% 0.53% -
HSV(B) 62.02º 0.61% 0.76% -
XYZ 42.31 50.63 14.38 -
YUV 180.24 69.17 135.68 -
System Red Green Blue C M Y K H S L
Decimal 191 195 76 0.02 0 0.61 0.24 62.02 0.5 0.53
Hex BF C3 4C 2 0 3D 18 3E 32 35
Octal 277 303 114 2 0 75 30 76 62 65
Binary 10111111 11000011 1001100 10 0 111101 11000 111110 110010 110101

Color Harmonies of #BFC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC34C

Black with #BFC34C

Text Example


Text Example

White with #BFC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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