Html Css Color HEX #BECC4B Celery

📋 copy color: '#BECC4B'

red 190 ◦ green 204 ◦ blue 75

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

Shades of Celery #BECC4B

Tints of Celery #BECC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.5%

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

R = 40.51%
G = 43.5%
B = 15.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#BECC4B (or 0xBECC4B) is known color: Celery. HEX triplet: BE, CC and 4B. RGB value is (190,204,75). Sum of RGB (Red+Green+Blue) = 190+204+75=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC4B is #4133B4. Grayscale: #B9B9B9. Windows color (decimal): -4273077 or 4967614. OLE color: 4967614.

HSL color Cylindrical-coordinate representation of color #BECC4B: hue angle of 66.51º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BECC4B is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 75 -
CMYK 0.07 0 0.63 0.2
HSL 66.51º 0.56% 0.55% -
HSV(B) 66.51º 0.63% 0.8% -
XYZ 44.1 54.64 14.88 -
YUV 185.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 190 204 75 0.07 0 0.63 0.2 66.51 0.56 0.55
Hex BE CC 4B 7 0 3F 14 43 38 37
Octal 276 314 113 7 0 77 24 103 70 67
Binary 10111110 11001100 1001011 111 0 111111 10100 1000011 111000 110111

Color Harmonies of #BECC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC4B

Black with #BECC4B

Text Example


Text Example

White with #BECC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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