Html Css Color HEX #BEBF4A Celery

📋 copy color: '#BEBF4A'

red 190 ◦ green 191 ◦ blue 74

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

Shades of Celery #BEBF4A

Tints of Celery #BEBF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 41.98%

 BLUE value IS 74 (29.3% from 255) = 16.26%

R = 41.76%
G = 41.98%
B = 16.26%

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

#BEBF4A (or 0xBEBF4A) is known color: Celery. HEX triplet: BE, BF and 4A. RGB value is (190,191,74). Sum of RGB (Red+Green+Blue) = 190+191+74=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF4A is #4140B5. Grayscale: #B1B1B1. Windows color (decimal): -4276406 or 4898750. OLE color: 4898750.

HSL color Cylindrical-coordinate representation of color #BEBF4A: 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 #BEBF4A is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 191 74 -
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.1 48.7 13.71 -
YUV 177.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 190 191 74 0.01 0 0.61 0.25 60.51 0.48 0.52
Hex BE BF 4A 1 0 3D 19 3D 30 34
Octal 276 277 112 1 0 75 31 75 60 64
Binary 10111110 10111111 1001010 1 0 111101 11001 111101 110000 110100

Color Harmonies of #BEBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBF4A

Black with #BEBF4A

Text Example


Text Example

White with #BEBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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