Html Css Color HEX #BFCB46 Celery

📋 copy color: '#BFCB46'

red 191 ◦ green 203 ◦ blue 70

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

Shades of Celery #BFCB46

Tints of Celery #BFCB46

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.75%

 BLUE value IS 70 (27.73% from 255) = 15.09%

R = 41.16%
G = 43.75%
B = 15.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#BFCB46 (or 0xBFCB46) is known color: Celery. HEX triplet: BF, CB and 46. RGB value is (191,203,70). Sum of RGB (Red+Green+Blue) = 191+203+70=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCB46 is #4034B9. Grayscale: #B8B8B8. Windows color (decimal): -4207802 or 4639679. OLE color: 4639679.

HSL color Cylindrical-coordinate representation of color #BFCB46: hue angle of 65.41º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFCB46 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 70 -
CMYK 0.06 0 0.66 0.20
HSL 65.41º 0.56% 0.54% -
HSV(B) 65.41º 0.66% 0.8% -
XYZ 43.95 54.23 13.95 -
YUV 184.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 191 203 70 0.06 0 0.66 0.20 65.41 0.56 0.54
Hex BF CB 46 6 0 42 14 41 38 36
Octal 277 313 106 6 0 102 24 101 70 66
Binary 10111111 11001011 1000110 110 0 1000010 10100 1000001 111000 110110

Color Harmonies of #BFCB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB46

Black with #BFCB46

Text Example


Text Example

White with #BFCB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB46; }

 p { color: rgb(191,203,70); }

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

background-color css

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

 a { background-color: rgb(191,203,70); }

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

border-color css

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

 span { border-color: rgb(191,203,70); }

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