Html Css Color HEX #BECF4B Celery

📋 copy color: '#BECF4B'

red 190 ◦ green 207 ◦ blue 75

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

Shades of Celery #BECF4B

Tints of Celery #BECF4B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.86%

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

R = 40.25%
G = 43.86%
B = 15.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#BECF4B (or 0xBECF4B) is known color: Celery. HEX triplet: BE, CF and 4B. RGB value is (190,207,75). Sum of RGB (Red+Green+Blue) = 190+207+75=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF4B is #4130B4. Grayscale: #BBBBBB. Windows color (decimal): -4272309 or 4968382. OLE color: 4968382.

HSL color Cylindrical-coordinate representation of color #BECF4B: hue angle of 67.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BECF4B is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 207 75 -
CMYK 0.08 0 0.64 0.19
HSL 67.73º 0.58% 0.55% -
HSV(B) 67.73º 0.64% 0.81% -
XYZ 44.82 56.08 15.12 -
YUV 186.87 64.87 130.23 -
System Red Green Blue C M Y K H S L
Decimal 190 207 75 0.08 0 0.64 0.19 67.73 0.58 0.55
Hex BE CF 4B 8 0 40 13 44 3A 37
Octal 276 317 113 10 0 100 23 104 72 67
Binary 10111110 11001111 1001011 1000 0 1000000 10011 1000100 111010 110111

Color Harmonies of #BECF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF4B

Black with #BECF4B

Text Example


Text Example

White with #BECF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF4B; }

 p { color: rgb(190,207,75); }

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

background-color css

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

 a { background-color: rgb(190,207,75); }

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

border-color css

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

 span { border-color: rgb(190,207,75); }

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