Html Css Color HEX #BFBE3C Celery

📋 copy color: '#BFBE3C'

red 191 ◦ green 190 ◦ blue 60

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

Shades of Celery #BFBE3C

Tints of Celery #BFBE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

 BLUE value IS 60 (23.83% from 255) = 13.61%

R = 43.31%
G = 43.08%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BFBE3C (or 0xBFBE3C) is known color: Celery. HEX triplet: BF, BE and 3C. RGB value is (191,190,60). Sum of RGB (Red+Green+Blue) = 191+190+60=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE3C is #4041C3. Grayscale: #AFAFAF. Windows color (decimal): -4211140 or 3980991. OLE color: 3980991.

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

Color convert

RGB 191 190 60 -
CMYK 0 0.01 0.69 0.25
HSL 59.54º 0.52% 0.49% -
HSV(B) 59.54º 0.69% 0.75% -
XYZ 40.71 48.23 11.44 -
YUV 175.48 62.83 139.07 -
System Red Green Blue C M Y K H S L
Decimal 191 190 60 0 0.01 0.69 0.25 59.54 0.52 0.49
Hex BF BE 3C 0 1 45 19 3C 34 31
Octal 277 276 74 0 1 105 31 74 64 61
Binary 10111111 10111110 111100 0 1 1000101 11001 111100 110100 110001

Color Harmonies of #BFBE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE3C

Black with #BFBE3C

Text Example


Text Example

White with #BFBE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE3C; }

 p { color: rgb(191,190,60); }

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

background-color css

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

 a { background-color: rgb(191,190,60); }

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

border-color css

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

 span { border-color: rgb(191,190,60); }

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