Html Css Color HEX #BFC04B Celery

📋 copy color: '#BFC04B'

red 191 ◦ green 192 ◦ blue 75

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

Shades of Celery #BFC04B

Tints of Celery #BFC04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.92%

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

R = 41.7%
G = 41.92%
B = 16.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BFC04B (or 0xBFC04B) is known color: Celery. HEX triplet: BF, C0 and 4B. RGB value is (191,192,75). Sum of RGB (Red+Green+Blue) = 191+192+75=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC04B is #403FB4. Grayscale: #B2B2B2. Windows color (decimal): -4210613 or 4964543. OLE color: 4964543.

HSL color Cylindrical-coordinate representation of color #BFC04B: hue angle of 60.51º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFC04B is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 75 -
CMYK 0.01 0 0.61 0.25
HSL 60.51º 0.48% 0.52% -
HSV(B) 60.51º 0.61% 0.75% -
XYZ 41.61 49.28 13.98 -
YUV 178.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 191 192 75 0.01 0 0.61 0.25 60.51 0.48 0.52
Hex BF C0 4B 1 0 3D 19 3D 30 34
Octal 277 300 113 1 0 75 31 75 60 64
Binary 10111111 11000000 1001011 1 0 111101 11001 111101 110000 110100

Color Harmonies of #BFC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC04B

Black with #BFC04B

Text Example


Text Example

White with #BFC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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