Html Css Color HEX #BFC74B Celery

📋 copy color: '#BFC74B'

red 191 ◦ green 199 ◦ blue 75

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

Shades of Celery #BFC74B

Tints of Celery #BFC74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.8%

 BLUE value IS 75 (29.69% from 255) = 16.13%

R = 41.08%
G = 42.8%
B = 16.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#BFC74B (or 0xBFC74B) is known color: Celery. HEX triplet: BF, C7 and 4B. RGB value is (191,199,75). Sum of RGB (Red+Green+Blue) = 191+199+75=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC74B is #4038B4. Grayscale: #B6B6B6. Windows color (decimal): -4208821 or 4966335. OLE color: 4966335.

HSL color Cylindrical-coordinate representation of color #BFC74B: hue angle of 63.87º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFC74B is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 199 75 -
CMYK 0.04 0 0.62 0.22
HSL 63.87º 0.53% 0.54% -
HSV(B) 63.87º 0.62% 0.78% -
XYZ 43.18 52.43 14.5 -
YUV 182.47 67.35 134.08 -
System Red Green Blue C M Y K H S L
Decimal 191 199 75 0.04 0 0.62 0.22 63.87 0.53 0.54
Hex BF C7 4B 4 0 3E 16 40 35 36
Octal 277 307 113 4 0 76 26 100 65 66
Binary 10111111 11000111 1001011 100 0 111110 10110 1000000 110101 110110

Color Harmonies of #BFC74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC74B

Black with #BFC74B

Text Example


Text Example

White with #BFC74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC74B; }

 p { color: rgb(191,199,75); }

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

background-color css

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

 a { background-color: rgb(191,199,75); }

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

border-color css

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

 span { border-color: rgb(191,199,75); }

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