Html Css Color HEX #BEBD3C Celery

📋 copy color: '#BEBD3C'

red 190 ◦ green 189 ◦ blue 60

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

Shades of Celery #BEBD3C

Tints of Celery #BEBD3C

RGB

 RED value IS 190 (74.61% from 255) = 43.28%

 GREEN value IS 189 (74.22% from 255) = 43.05%

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

R = 43.28%
G = 43.05%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEBD3C (or 0xBEBD3C) is known color: Celery. HEX triplet: BE, BD and 3C. RGB value is (190,189,60). Sum of RGB (Red+Green+Blue) = 190+189+60=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD3C is #4142C3. Grayscale: #AFAFAF. Windows color (decimal): -4276932 or 3980734. OLE color: 3980734.

HSL color Cylindrical-coordinate representation of color #BEBD3C: 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.68%. Process color model (Four color, CMYK) of #BEBD3C is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 189 60 -
CMYK 0 0.01 0.68 0.25
HSL 59.54º 0.52% 0.49% -
HSV(B) 59.54º 0.68% 0.75% -
XYZ 40.25 47.67 11.35 -
YUV 174.59 63.33 138.99 -
System Red Green Blue C M Y K H S L
Decimal 190 189 60 0 0.01 0.68 0.25 59.54 0.52 0.49
Hex BE BD 3C 0 1 44 19 3C 34 31
Octal 276 275 74 0 1 104 31 74 64 61
Binary 10111110 10111101 111100 0 1 1000100 11001 111100 110100 110001

Color Harmonies of #BEBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD3C

Black with #BEBD3C

Text Example


Text Example

White with #BEBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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