Html Css Color HEX #BFC34D Celery

📋 copy color: '#BFC34D'

red 191 ◦ green 195 ◦ blue 77

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

Shades of Celery #BFC34D

Tints of Celery #BFC34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.63%

R = 41.25%
G = 42.12%
B = 16.63%

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

#BFC34D (or 0xBFC34D) is known color: Celery. HEX triplet: BF, C3 and 4D. RGB value is (191,195,77). Sum of RGB (Red+Green+Blue) = 191+195+77=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC34D is #403CB2. Grayscale: #B4B4B4. Windows color (decimal): -4209843 or 5096383. OLE color: 5096383.

HSL color Cylindrical-coordinate representation of color #BFC34D: hue angle of 62.03º 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 #BFC34D is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 77 -
CMYK 0.02 0 0.61 0.24
HSL 62.03º 0.5% 0.53% -
HSV(B) 62.03º 0.61% 0.76% -
XYZ 42.34 50.64 14.56 -
YUV 180.35 69.67 135.59 -
System Red Green Blue C M Y K H S L
Decimal 191 195 77 0.02 0 0.61 0.24 62.03 0.5 0.53
Hex BF C3 4D 2 0 3D 18 3E 32 35
Octal 277 303 115 2 0 75 30 76 62 65
Binary 10111111 11000011 1001101 10 0 111101 11000 111110 110010 110101

Color Harmonies of #BFC34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC34D

Black with #BFC34D

Text Example


Text Example

White with #BFC34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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