Html Css Color HEX #BECF18 Rio Grande

📋 copy color: '#BECF18'

red 190 ◦ green 207 ◦ blue 24

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

Shades of Rio Grande #BECF18

Tints of Rio Grande #BECF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.7%

R = 45.13%
G = 49.17%
B = 5.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#BECF18 (or 0xBECF18) is known color: Rio Grande. HEX triplet: BE, CF and 18. RGB value is (190,207,24). Sum of RGB (Red+Green+Blue) = 190+207+24=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECF18 is #4130E7. Grayscale: #B5B5B5. Windows color (decimal): -4272360 or 1626046. OLE color: 1626046.

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

Color convert

RGB 190 207 24 -
CMYK 0.08 0 0.88 0.19
HSL 65.57º 0.79% 0.45% -
HSV(B) 65.57º 0.88% 0.81% -
XYZ 43.71 55.64 9.3 -
YUV 181.06 39.37 134.38 -
System Red Green Blue C M Y K H S L
Decimal 190 207 24 0.08 0 0.88 0.19 65.57 0.79 0.45
Hex BE CF 18 8 0 58 13 42 4F 2D
Octal 276 317 30 10 0 130 23 102 117 55
Binary 10111110 11001111 11000 1000 0 1011000 10011 1000010 1001111 101101

Color Harmonies of #BECF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF18

Black with #BECF18

Text Example


Text Example

White with #BECF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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